Skip to content

Commit 6957472

Browse files
committed
Run verification build with Java 21
Prereq for eclipse-platform/eclipse.platform.releng.aggregator#2654
1 parent ab9e5b7 commit 6957472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
}
1010
tools {
1111
maven 'apache-maven-latest'
12-
jdk 'temurin-jdk17-latest'
12+
jdk 'temurin-jdk21-latest'
1313
}
1414
stages {
1515
stage('Build') {

0 commit comments

Comments
 (0)