Update some build tools

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596425 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-05-20 22:34:46 +00:00
parent a67d9a89a0
commit 46265fd938
1 changed files with 1 additions and 1 deletions

View File

@ -2202,7 +2202,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
<!-- GROOVY scripting engine for ANT tasks -->
<target name="resolve-groovy" unless="groovy.loaded" depends="ivy-availability-check,ivy-configure">
<ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.3.0"
<ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.3.1"
inline="true" conf="default" type="jar" transitive="true" pathid="groovy.classpath"/>
<taskdef name="groovy"
classname="org.codehaus.groovy.ant.Groovy"