Skip to content

Commit

Permalink
adjust deploy Jenkinsfiles to use Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 26, 2024
1 parent e3ec7fb commit 0a9ad78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jenkins/milestone-deploy/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
}

tools {
jdk "temurin-jdk17-latest"
jdk "temurin-jdk21-latest"
}

stages {
Expand Down
2 changes: 1 addition & 1 deletion jenkins/nightly-deploy/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
}

tools {
jdk "temurin-jdk17-latest"
jdk "temurin-jdk21-latest"
}

stages {
Expand Down
2 changes: 1 addition & 1 deletion jenkins/release-deploy/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipeline {
}

tools {
jdk "temurin-jdk17-latest"
jdk "temurin-jdk21-latest"
}

stages {
Expand Down

0 comments on commit 0a9ad78

Please sign in to comment.