Skip to content

Commit

Permalink
Build with Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mythsunwind committed Jul 19, 2023
1 parent 7029aad commit e494997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipeline {

stage('Build') {
steps {
withMaven(jdk: 'AdoptiumJDK11', maven: 'M3', options: [junitPublisher(disabled: true)]) {
withMaven(jdk: 'AdoptiumJDK17', maven: 'M3', options: [junitPublisher(disabled: true)]) {
realtimeJUnit(keepLongStdio: true, testResults: 'build/test-results/test/TEST*.xml') {
sh './gradlew build'
}
Expand Down

0 comments on commit e494997

Please sign in to comment.