Skip to content

Commit

Permalink
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 b4df832 commit dc5ae62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 'temurin-jdk17-latest'
jdk 'temurin-jdk21-latest'
}
stages {
stage('Build') {
Expand Down
1 change: 1 addition & 0 deletions org.eclipse.pde.doc.user/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Rebuild with Java 21

0 comments on commit dc5ae62

Please sign in to comment.