Skip to content

Commit

Permalink
Use temurin in order to get latest Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Dec 12, 2023
1 parent 6b01be6 commit d1204d9
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 @@ -19,7 +19,7 @@ pipeline {
}
tools {
maven 'apache-maven-3.9.1'
jdk 'openjdk-jdk17-latest'
jdk 'temurin-jdk17-latest'
}
stages {
stage('Build') {
Expand Down

0 comments on commit d1204d9

Please sign in to comment.