Skip to content

Commit

Permalink
Fix java tests (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored Oct 29, 2024
1 parent ee2e4a8 commit 694becf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lang-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
stderr.indexOf("21.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.12.fx-zulu && java -version && mvn -v]
command: [sdk default java 17.0.13.fx-zulu && java -version && mvn -v]
assert:
- status == 0
- stderr.indexOf('openjdk version \"17.') != -1
Expand Down

0 comments on commit 694becf

Please sign in to comment.