Skip to content

Commit

Permalink
[24] General Release Activities
Browse files Browse the repository at this point in the history
Try to build using Java 24 ea
  • Loading branch information
stephan-herrmann committed Oct 29, 2024
1 parent 6407141 commit 67f773a
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 @@ -10,7 +10,7 @@ pipeline {
}
tools {
maven 'apache-maven-latest'
jdk 'openjdk-jdk23-latest'
jdk 'openjdk-jdk24-latest'
}
stages {
stage('Build') {
Expand Down

0 comments on commit 67f773a

Please sign in to comment.