Skip to content

Commit

Permalink
Run verification build with Java 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Jun 9, 2022
1 parent 57f6d9c commit 16f8cde
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 @@ -8,7 +8,7 @@ pipeline {
}
tools {
maven 'apache-maven-latest'
jdk 'openjdk-jdk11-latest'
jdk 'openjdk-jdk17-latest'
}
stages {
stage('Build') {
Expand Down

0 comments on commit 16f8cde

Please sign in to comment.