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 1de28762efac7bb38f484c317a52454e9ed22d00 Author: PJ Fanning <[email protected]> AuthorDate: Sat Jun 13 09:10:44 2026 +0100 use gradle in CI --- jenkins/create_jobs.groovy | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 8e02311689..9eb094a401 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -53,10 +53,6 @@ def poijobs = [ [ name: 'POI-DSL-1.24', jdk: '1.24', trigger: triggerSundays, skipcigame: true, ], [ name: 'POI-DSL-1.25', jdk: '1.25', trigger: triggerSundays, skipcigame: true, skipSpotbugs: true, - // use Ant for building until Gradle supports JDK 25 - // see https://docs.gradle.org/current/userguide/compatibility.html - // and https://github.com/gradle/gradle/issues/31625 - useAnt: true ], // Use Ant-build for now as selecting IBM JDK via toolchain does not work (yet) [ name: 'POI-DSL-IBM-JDK', jdk: 'IBMJDK', trigger: triggerSundays, skipcigame: true, useAnt: true --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
