Skip to content

Commit

Permalink
Build with Temurin JVM
Browse files Browse the repository at this point in the history
To get latest Java 17.x
  • Loading branch information
akurtakov committed Feb 13, 2023
1 parent cb4d6b1 commit aa6777d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
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 aa6777d

Please sign in to comment.