Skip to content

Commit

Permalink
Use Temurin JVM on Jenkins
Browse files Browse the repository at this point in the history
In order to pick the latest 17.x as openjdk one is stuck on 17.0.2
  • Loading branch information
akurtakov committed Aug 22, 2023
1 parent 7646995 commit 34f5ffc
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-jdk17-latest'
jdk 'temurin-jdk17-latest'
}
stages {
stage('initialize PGP') {
Expand Down

0 comments on commit 34f5ffc

Please sign in to comment.