Skip to content

Commit

Permalink
Fix java tests (#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored Feb 4, 2025
1 parent ae1989c commit f42ecf6
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 @@ -10,7 +10,7 @@
stderr.indexOf("23.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.13.fx-zulu && java -version && mvn -v]
command: [sdk default java 17.0.14.fx-zulu && java -version && mvn -v]
assert:
- status == 0
- stderr.indexOf('openjdk version \"17.') != -1
Expand Down

0 comments on commit f42ecf6

Please sign in to comment.