Skip to content

Commit

Permalink
fix: Tried switching the build to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Aug 13, 2023
1 parent 173e1fc commit 853fba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -45,7 +45,7 @@ pipeline {

tools {
maven 'maven_3_latest'
jdk 'jdk_11_latest'
jdk 'jdk_17_latest'
}

options {
Expand Down

0 comments on commit 853fba8

Please sign in to comment.