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 ee5594d commit 781d782Copy full SHA for 781d782
provisioning/windows-provision.ps1
@@ -125,7 +125,7 @@ $downloads = [ordered]@{
125
'cleanupLocal' = 'true';
126
}
127
'maven' = @{
128
- 'url' = 'https://archive.apache.org/dist/maven/maven-3/{0}/binaries/apache-maven-{0}-bin.zip' -f $env:MAVEN_VERSION;
+ 'url' = 'https://dlcdn.apache.org/maven/maven-3/{0}/binaries/apache-maven-{0}-bin.zip' -f $env:MAVEN_VERSION;
129
'local' = "$baseDir\maven.zip";
130
'expandTo' = $baseDir;
131
'path' = '{0}\apache-maven-{1}\bin' -f $baseDir,$env:MAVEN_VERSION;
0 commit comments