Skip to content

Commit

Permalink
Update ant zip url
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Sep 27, 2018
1 parent 6d4c773 commit e7a60af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ install:
Add-Type -AssemblyName System.IO.Compression.FileSystem
if (!(Test-Path -Path "C:\ant\apache-ant-1.10.2" )) {
(new-object System.Net.WebClient).DownloadFile(
'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',
'C:\ant-bin.zip'
)
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\ant-bin.zip", "C:\ant")
}
- cmd: SET JAVA_HOME=C:\Program Files\Java\jdk9
- cmd: SET PATH=C:\ant\apache-ant-1.10.2\bin;%JAVA_HOME%\bin;%PATH%
- cmd: SET JAVA_HOME=C:\Program Files\Java\jdk10
- cmd: SET PATH=C:\ant\apache-ant-1.10.5\bin;%JAVA_HOME%\bin;%PATH%
- cmd: echo %USERPROFILE%
- cmd: echo %PATH%
- cmd: java -version
Expand Down

0 comments on commit e7a60af

Please sign in to comment.