We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4c773 commit 32de44cCopy full SHA for 32de44c
.appveyor.yml
@@ -10,7 +10,7 @@ install:
10
Add-Type -AssemblyName System.IO.Compression.FileSystem
11
if (!(Test-Path -Path "C:\ant\apache-ant-1.10.2" )) {
12
(new-object System.Net.WebClient).DownloadFile(
13
- 'http://www.mirrorservice.org/sites/ftp.apache.org//ant/binaries/apache-ant-1.10.2-bin.zip',
+ 'https://www.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.zip',
14
'C:\ant-bin.zip'
15
)
16
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\ant-bin.zip", "C:\ant")
0 commit comments