access archive.apache.org via plain HTTP
This commit is contained in:
@@ -132,10 +132,10 @@
|
||||
<attribute name="version"/>
|
||||
<attribute name="folderName"/>
|
||||
<sequential>
|
||||
<get src="https://archive.apache.org/dist/ant/binaries/apache-ant-@{version}-bin.tar.gz"
|
||||
<get src="http://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="https://archive.apache.org/dist/ant/source/apache-ant-@{version}-src.zip"
|
||||
<get src="http://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"/>
|
||||
|
||||
Reference in New Issue
Block a user