Skip to content

Commit c47d759

Browse files
committed
[I/Y-Build] Run ComparatorSummaryExtractor with Java-25
The Java source program ComparatorSummaryExtractor now uses multiple files and therefore requires Java-25. Follow-up on - #3554
1 parent 63b60ad commit c47d759

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

JenkinsJobs/Builds/build.jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ pipeline {
252252
}
253253
}
254254
stage('Check for comparator errors') {
255+
tools {
256+
jdk 'temurin-jdk25-latest'
257+
}
255258
steps {
256259
sh '''#!/bin/bash -xe
257260
source $CJE_ROOT/scripts/common-functions.shsource

0 commit comments

Comments
 (0)