Skip to content

Commit 3461f10

Browse files
authored
Update appveyor.yml
1 parent 3eff0f0 commit 3461f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
Add-Type -AssemblyName System.IO.Compression.FileSystem
99
if (!(Test-Path -Path "C:\maven\apache-maven-3.5.4" )) {
1010
(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',
11+
'https://dlcdn.apache.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.zip',
1212
'C:\maven-bin.zip'
1313
)
1414
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")

0 commit comments

Comments
 (0)