Skip to content

Commit

Permalink
[GHA] Use same JDK-OpenJ9
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Sep 16, 2021
1 parent ba71ec4 commit 44a8a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-travis.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Adopt OpenJDK 15
uses: actions/setup-java@v2
with:
distribution: 'adopt'
distribution: 'adopt-openj9'
java-version: '15'
java-package: jdk

Expand Down
2 changes: 1 addition & 1 deletion msi.gama.parent/pom.xml
Expand Up @@ -112,7 +112,7 @@
</repository>
-->
<repository>
<id>eclipse-2103</id>
<id>eclipse-2106</id>
<url>http://download.eclipse.org/releases/2021-06</url>
<layout>p2</layout>
</repository>
Expand Down

0 comments on commit 44a8a94

Please sign in to comment.