diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-08-09 23:30:04 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-08-09 23:30:04 +0000 |
commit | 1de0a5632152f6f54d42fc41674479ba54b0a334 (patch) | |
tree | c5562c8abe5f73cb1eac427ad8ea43c94e4e435a /jenkins | |
parent | 5e15f7bf773afaf0a4b9d2ef4f3031b06d671ea6 (diff) | |
download | poi-1de0a5632152f6f54d42fc41674479ba54b0a334.tar.gz poi-1de0a5632152f6f54d42fc41674479ba54b0a334.zip |
disable "ant init" in gradle build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index fd7f3c5d4d..9be59d1e12 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -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') |