upgrade groovy to 2.4.5

master
melvinzhang 2015-10-29 21:18:32 +08:00
parent f09b198e05
commit 4ef38c9d65
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<property name="source" value="1.8"/>
<property name="target" value="1.8"/>
<property name="lib" value="release/lib" />
<property name="groovy-version" value="2.4.1" />
<property name="groovy-version" value="2.4.5" />
<path id="classpath">
<fileset dir="${lib}">
@ -22,7 +22,7 @@
<!-- deps - Download dependencies -->
<target name="deps" unless="skip.download">
<echo message="downloading groovy to ${lib}"/>
<get src="http://search.maven.org/remotecontent?filepath=org/codehaus/groovy/groovy-all/${groovy-version}/groovy-all-${groovy-version}-indy.jar"
<get src="https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/${groovy-version}/groovy-all-${groovy-version}-indy.jar"
dest="${lib}/groovy-all-${groovy-version}.jar"
skipexisting="true" />
<echo message="downloading MigLayout to ${lib}"/>