go back to archive.apache.org for Ant downloads

This commit is contained in:
Dmitry Jemerov
2016-09-28 10:30:31 +02:00
parent 956c6eeec7
commit 0daa2d872a
+2 -3
View File
@@ -132,11 +132,10 @@
<attribute name="version"/>
<attribute name="folderName"/>
<sequential>
<!-- todo: temporary hack for unavailable archive.apache.org -->
<get src="http://bintray.com/artifact/download/kotlin/AntForKotlin/apache-ant-@{version}-bin.tar.gz"
<get src="https://archive.apache.org/dist/ant/binaries/apache-ant-@{version}-bin.tar.gz"
dest="${dependencies}/download/apache-ant-@{version}-bin.tar.gz" usetimestamp="true"/>
<get src="http://bintray.com/artifact/download/kotlin/AntForKotlin/apache-ant-@{version}-src.zip"
<get src="https://archive.apache.org/dist/ant/source/apache-ant-@{version}-src.zip"
dest="${dependencies}/apache-ant-@{version}-src.zip" usetimestamp="true"/>
<delete dir="${dependencies}/@{folderName}" failonerror="false"/>