Skip to content

Commit

Permalink
Build with Temurin 17 JVM
Browse files Browse the repository at this point in the history
Needed so latest 17.x version is used as openjdk-jdk17-latest is stuck
at 17.0.2 and won't be updated by webmaster anymore.
  • Loading branch information
akurtakov authored and iloveeclipse committed Mar 22, 2023
1 parent a7078f8 commit 3d72f8c
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-jdk17-latest'
jdk 'temurin-jdk17-latest'
}
stages {
stage('Build') {
Expand Down

0 comments on commit 3d72f8c

Please sign in to comment.