]> source.dussan.org Git - poi.git/commitdiff
use Ant 1.10 for the builds
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 22 Jul 2020 22:56:47 +0000 (22:56 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 22 Jul 2020 22:56:47 +0000 (22:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880175 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 02f0356a17e3c076f96a896f0a84391c6eafae13..c3d008e072c9c98ade6dd894a49789ae9b6dee3d 100644 (file)
@@ -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