mirror of https://github.com/apache/lucene.git
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:
parent
a67d9a89a0
commit
46265fd938
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue