use Ant 1.9.9 explicitly, since Ant (latest) is now 1.10.1 which requires Java 8.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
117a898e35
commit
653c627b1f
@ -69,7 +69,7 @@ def svnBase = 'https://svn.apache.org/repos/asf/poi/trunk'
|
||||
def defaultJdk = '1.6'
|
||||
def defaultTrigger = 'H/15 * * * *' // check SCM every 60/15 = 4 minutes
|
||||
def defaultEmail = 'dev@poi.apache.org'
|
||||
def defaultAnt = 'Ant (latest)'
|
||||
def defaultAnt = 'Ant 1.9.9'
|
||||
// currently a lot of H?? slaves don't have Ant installed ...
|
||||
def defaultSlaves = 'ubuntu&&!cloud-slave&&!H15&&!H17&&!H18&&!H24&&!ubuntu-4'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user