Skip to content

Commit

Permalink
Fix java version in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Minecraftschurli authored Jul 8, 2024
1 parent a104024 commit aadcb08
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 @@ -6,7 +6,7 @@ pipeline {
}
agent any
tools {
jdk "jdk-21.0.2"
jdk "jdk-21"
}
stages {
stage('Clean') {
Expand Down

0 comments on commit aadcb08

Please sign in to comment.