Skip to content

Commit c8787d1

Browse files
authored
Merge branch 'master' into feature/typescript-config-enumPropertyNaming
2 parents 35f6823 + 744100a commit c8787d1

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
@@ -10,7 +10,7 @@ install:
1010
Add-Type -AssemblyName System.IO.Compression.FileSystem
1111
if (!(Test-Path -Path "C:\maven" )) {
1212
(new-object System.Net.WebClient).DownloadFile(
13-
'http://www.us.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.zip',
13+
'https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip',
1414
'C:\maven-bin.zip'
1515
)
1616
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")

0 commit comments

Comments
 (0)