Skip to content

Commit

Permalink
Test on Java 17 by default (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jul 31, 2023
1 parent 840bc19 commit 3c3de61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -13,7 +13,7 @@ node('java') {

stage('Build') {
withEnv([
"JAVA_HOME=${tool 'jdk11'}",
"JAVA_HOME=${tool 'jdk17'}",
"PATH+MVN=${tool 'mvn'}/bin",
'PATH+JDK=$JAVA_HOME/bin',
]) {
Expand Down

0 comments on commit 3c3de61

Please sign in to comment.