update to groovy 2.1.6

master
melvin 2013-08-31 11:26:08 +08:00
parent 92abfd3673
commit 7006651a7f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<!-- deps - Download dependencies -->
<target name="deps" unless="skip.download">
<echo message="downloading groovy to ${lib}"/>
<get src="http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/2.1.1/groovy-all-2.1.1.jar" dest="${lib}" skipexisting="true" />
<get src="http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/2.1.6/groovy-all-2.1.6.jar" dest="${lib}" skipexisting="true" />
</target>
<!-- init - Create temporary directory to build the program -->