Skip to content

Commit

Permalink
Hopefully fix appveyor for good on 1.7 getting maven+ant
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Aug 24, 2016
1 parent 2005fa7 commit d9d2e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
Add-Type -AssemblyName System.IO.Compression.FileSystem
if (!(Test-Path -Path "C:\maven" )) {
(new-object System.Net.WebClient).DownloadFile(
'http://www.us.apache.org/dist/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.zip',
'http://archive.apache.org/dist/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.zip',
'C:\maven-bin.zip'
)
Expand All @@ -21,7 +21,7 @@ install:
Add-Type -AssemblyName System.IO.Compression.FileSystem
if (!(Test-Path -Path "C:\ant" )) {
(new-object System.Net.WebClient).DownloadFile(
'http://www.us.apache.org/dist/ant/binaries/apache-ant-1.9.7-bin.zip',
'http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.7-bin.zip',
'C:\ant-bin.zip'
)
Expand Down

0 comments on commit d9d2e87

Please sign in to comment.