Skip to content

Commit

Permalink
Switch to Temurin JVM
Browse files Browse the repository at this point in the history
Openjdk 17 is stuck to 17.0.2 in EF infra while Temurin one is updated.
  • Loading branch information
akurtakov committed Aug 11, 2024
1 parent 9d7b5f4 commit b469dee
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 @@ -9,7 +9,7 @@ pipeline {
}
tools {
maven 'apache-maven-latest'
jdk 'openjdk-jdk17-latest'
jdk 'temurin-jdk17-latest'
}
stages {
stage('Build') {
Expand Down

0 comments on commit b469dee

Please sign in to comment.