Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
java 21 on Jenkinsfile
  • Loading branch information
Konicai authored Sep 1, 2024
1 parent e6fc012 commit 4864801
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 @@ -2,7 +2,7 @@ pipeline {
agent any

tools {
jdk 'Jdk17'
jdk 'Jdk21'
gradle 'gradle'
}

Expand Down

0 comments on commit 4864801

Please sign in to comment.