Skip to content

Commit

Permalink
Build with Temurin
Browse files Browse the repository at this point in the history
In order to get latest 17.x as openjdk based tool is no longer updated.
  • Loading branch information
akurtakov authored and iloveeclipse committed Oct 6, 2023
1 parent 18247e0 commit 0c7c8c3
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 @@ -8,7 +8,7 @@ pipeline {
}
tools {
maven 'apache-maven-latest'
jdk 'openjdk-jdk17-latest'
jdk 'temurin-jdk17-latest'
}
stages {
stage('Build') {
Expand Down

0 comments on commit 0c7c8c3

Please sign in to comment.