Skip to content

Commit

Permalink
Use temurin-jdk17-latest to run the verificaton build
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Jan 31, 2023
1 parent 2843f92 commit a01b073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -10,7 +10,7 @@ pipeline {
}
tools {
maven 'apache-maven-latest'
jdk 'openjdk-jdk17-latest'
jdk 'temurin-jdk17-latest'
}
stages {
stage('initialize PGP') {
Expand Down

0 comments on commit a01b073

Please sign in to comment.