Skip to content

Commit

Permalink
Run verification build with Temurin
Browse files Browse the repository at this point in the history
Openjdk jdk is not kept uptodate.
  • Loading branch information
akurtakov committed Sep 30, 2024
1 parent b7a6183 commit e6598ec
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 @@ -10,7 +10,7 @@ pipeline {
}
tools {
maven 'apache-maven-latest'
jdk 'openjdk-jdk21-latest'
jdk 'temurin-jdk21-latest'
}
environment {
NON_MODULAR_JAVA_HOME = tool(type:'jdk', name:'temurin-jdk8-latest')
Expand Down

0 comments on commit e6598ec

Please sign in to comment.