Skip to content

Commit

Permalink
Jenkinsfile: Use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Dec 8, 2021
1 parent 12224db commit f612f4f
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 @@ -10,7 +10,7 @@ pipeline {
timeout(time: 1, unit: 'HOURS')
}
tools {
jdk 'Java11'
jdk 'Java17'
}

stages {
Expand Down

0 comments on commit f612f4f

Please sign in to comment.