This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/poi.git
commit fbaeafed779e25a930118cb75a74623449c1b5bc Author: PJ Fanning <[email protected]> AuthorDate: Sat Jun 13 09:19:01 2026 +0100 Update create_jobs.groovy --- jenkins/create_jobs.groovy | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 9eb094a401..585281d516 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -97,11 +97,7 @@ def poijobs = [ [ name: 'POI-DSL-Windows-1.24', jdk: '1.24', trigger: triggerSundays, windows: true, slaves: 'Windows', skipcigame: true, ], [ name: 'POI-DSL-Windows-1.25', jdk: '1.25', trigger: triggerSundays, windows: true, slaves: 'Windows', skipcigame: true, - skipSpotbugs: true, - // use Ant for building until Gradle supports JDK 24 - // see https://docs.gradle.org/current/userguide/compatibility.html - // and https://github.com/gradle/gradle/issues/31625 - useAnt: true + skipSpotbugs: true ], [ name: 'POI-DSL-Github-PullRequests', trigger: '', skipcigame: true, disabled: true ], --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
