Skip to content

Commit

Permalink
update Jenkins to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
mx990 authored and bwiesmayr committed Apr 15, 2024
1 parent 8ebcc33 commit 1938c5d
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 @@ -22,7 +22,7 @@ pipeline {
}
tools {
maven 'apache-maven-latest'
jdk 'openjdk-jdk17-latest'
jdk 'openjdk-jdk21-latest'
}
stages {
stage('Build') {
Expand Down

0 comments on commit 1938c5d

Please sign in to comment.