Use https to download Ivy from Maven repo.

This commit is contained in:
esaunders 2020-01-21 14:09:58 -05:00
parent 9c66e2d5ee
commit b1b36caa5c

View File

@ -15,7 +15,7 @@
<target name="-download-ivy" unless="ivy.available"> <target name="-download-ivy" unless="ivy.available">
<mkdir dir="${ivy.jar.dir}"/> <mkdir dir="${ivy.jar.dir}"/>
<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>