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 3eff0f0 commit 3461f10Copy full SHA for 3461f10
appveyor.yml
@@ -8,7 +8,7 @@ install:
8
Add-Type -AssemblyName System.IO.Compression.FileSystem
9
if (!(Test-Path -Path "C:\maven\apache-maven-3.5.4" )) {
10
(new-object System.Net.WebClient).DownloadFile(
11
- 'http://www.us.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.zip',
+ 'https://dlcdn.apache.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.zip',
12
'C:\maven-bin.zip'
13
)
14
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
0 commit comments