Skip to content

Commit 781d782

Browse files
authored
fixup: windows
1 parent ee5594d commit 781d782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisioning/windows-provision.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ $downloads = [ordered]@{
125125
'cleanupLocal' = 'true';
126126
}
127127
'maven' = @{
128-
'url' = 'https://archive.apache.org/dist/maven/maven-3/{0}/binaries/apache-maven-{0}-bin.zip' -f $env:MAVEN_VERSION;
128+
'url' = 'https://dlcdn.apache.org/maven/maven-3/{0}/binaries/apache-maven-{0}-bin.zip' -f $env:MAVEN_VERSION;
129129
'local' = "$baseDir\maven.zip";
130130
'expandTo' = $baseDir;
131131
'path' = '{0}\apache-maven-{1}\bin' -f $baseDir,$env:MAVEN_VERSION;

0 commit comments

Comments
 (0)