Loads Ivy
This commit is contained in:
parent
d63ee05b5d
commit
2241822b26
@ -130,7 +130,7 @@
|
|||||||
<delete file="${store.dir}/temp_final.jar"/>
|
<delete file="${store.dir}/temp_final.jar"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<property name="ivy.install.version" value="2.1.0-rc2" />
|
<property name="ivy.install.version" value="2.5.0" />
|
||||||
<condition property="ivy.home" value="${env.IVY_HOME}">
|
<condition property="ivy.home" value="${env.IVY_HOME}">
|
||||||
<isset property="env.IVY_HOME" />
|
<isset property="env.IVY_HOME" />
|
||||||
</condition>
|
</condition>
|
||||||
@ -142,7 +142,7 @@
|
|||||||
|
|
||||||
<mkdir dir="${ivy.jar.dir}"/>
|
<mkdir dir="${ivy.jar.dir}"/>
|
||||||
<!-- download Ivy from web site so that it can be used even without any special installation -->
|
<!-- download Ivy from web site so that it can be used even without any special installation -->
|
||||||
<get src="http://repo2.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.jar"
|
<get src="https://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.jar"
|
||||||
dest="${ivy.jar.file}" usetimestamp="true"/>
|
dest="${ivy.jar.file}" usetimestamp="true"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user