Skip to content

Commit

Permalink
Run jenkins build with Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Dec 16, 2024
1 parent d9fa873 commit 72453fe
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 @@ -9,7 +9,7 @@ pipeline {
}
tools {
maven 'apache-maven-latest'
jdk 'temurin-jdk17-latest'
jdk 'temurin-jdk21-latest'
}
stages {
stage('Build') {
Expand Down

0 comments on commit 72453fe

Please sign in to comment.