Skip to content

Commit e84d095

Browse files
committed
Run verification build with Java 17
Tracked in eclipse-platform/eclipse.platform.releng.aggregator#293
1 parent fb3e5a1 commit e84d095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
}
1010
tools {
1111
maven 'apache-maven-latest'
12-
jdk 'openjdk-jdk11-latest'
12+
jdk 'openjdk-jdk17-latest'
1313
}
1414
stages {
1515
stage('Build') {

0 commit comments

Comments
 (0)