]> source.dussan.org Git - poi.git/commitdiff
disable "ant init" in gradle build
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 9 Aug 2021 23:30:04 +0000 (23:30 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 9 Aug 2021 23:30:04 +0000 (23:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892145 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index fd7f3c5d4d6c33683fd68890d6cfc3a92568b294..9be59d1e12eb1d77d68276525adc9a1cff17dcce 100644 (file)
@@ -442,10 +442,10 @@ poijobs.each { poijob ->
 
                     // this is a workaround until the Gradle build can do this compilation before invoking any
                     // Ant script or when building via Ant is removed completely
-                    ant {
-                        targets(['init'] + (poijob.properties ?: []))
-                        antInstallation(antRT)
-                    }
+                    //ant {
+                    //    targets(['init'] + (poijob.properties ?: []))
+                    //    antInstallation(antRT)
+                    //}
 
                     gradle {
                         tasks('jenkins')