Skip to content

Commit

Permalink
Switch to temurin JVM
Browse files Browse the repository at this point in the history
Openjdk one is stuck at 17.0.2 while temurin one is updated to newer
builds.
  • Loading branch information
akurtakov committed Aug 10, 2024
1 parent 3dcc0f5 commit 90111e3
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 @@ -92,7 +92,7 @@ pipeline {
label 'centos-latest'
}
tools {
jdk 'openjdk-jdk17-latest'
jdk 'temurin-jdk17-latest'
maven 'apache-maven-latest'
}
environment {
Expand Down

0 comments on commit 90111e3

Please sign in to comment.