Skip to content

Commit

Permalink
Update Jenkinsfile for Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Dec 19, 2021
1 parent a79d00c commit b41eef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ node('java') {

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

0 comments on commit b41eef1

Please sign in to comment.