summaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-07-22 22:56:47 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-07-22 22:56:47 +0000
commit197570d18df5b0ea50a6135c3a49646ce69f9d59 (patch)
tree81dad56ebe5a4849fc469b0ccb47c5d6bea0c55a /jenkins
parentf7a174fc002c9d4ca0d0d3046ce67b5a1e0b1087 (diff)
downloadpoi-197570d18df5b0ea50a6135c3a49646ce69f9d59.tar.gz
poi-197570d18df5b0ea50a6135c3a49646ce69f9d59.zip
use Ant 1.10 for the builds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880175 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index 02f0356a17..c3d008e072 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -99,8 +99,8 @@ def xmlbeansSvnBase = 'https://svn.apache.org/repos/asf/xmlbeans/trunk'
def defaultJdk = '1.8'
def defaultTrigger = 'H/15 * * * *' // check SCM every 60/15 = 4 minutes
def defaultEmail = 'dev@poi.apache.org'
-def defaultAnt = 'Ant 1.9 (Latest)'
-def defaultAntWindows = 'Ant 1.9 (Latest Windows)'
+def defaultAnt = 'Ant 1.10 (Latest)'
+def defaultAntWindows = 'Ant 1.10 (Latest Windows)'
def defaultMaven = 'Maven 3 (latest)'
// currently a lot of H?? slaves don't have Ant installed ... H21 seems to have a SVN problem
// H35 fails with ImageIO create cache file errors, although the java.io.tmpdir is writable