Skip to content

Commit

Permalink
Autofix: upgrade-lang-java (#1287)
Browse files Browse the repository at this point in the history
Co-authored-by: Autofix <[email protected]>
Co-authored-by: Filip Troníček <[email protected]>
  • Loading branch information
3 people committed Feb 6, 2024
1 parent cc9a551 commit 1e2242c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chunks/lang-java/chunk.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variants:
- name: "11"
args:
JAVA_VERSION: 11.0.21.fx-zulu
JAVA_VERSION: 11.0.22.fx-zulu
- name: "17"
args:
JAVA_VERSION: 17.0.9.fx-zulu
JAVA_VERSION: 17.0.10.fx-zulu
2 changes: 1 addition & 1 deletion tests/lang-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
stderr.indexOf("17.0.") != -1
- desc: it should have a functioning java 17 installed
entrypoint: [env, GITPOD_REPO_ROOT=/workspace, bash, -ci]
command: [sdk default java 17.0.9.fx-zulu && java -version && mvn -v]
command: [sdk default java 17.0.10.fx-zulu && java -version && mvn -v]
assert:
- status == 0
- stderr.indexOf('openjdk version \"17.') != -1
Expand Down

0 comments on commit 1e2242c

Please sign in to comment.