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 ce4cf6c commit 05a09e2Copy full SHA for 05a09e2
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
- 'https://dlcdn.apache.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.zip',
+ 'https://dlcdn.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip',
12
'C:\maven-bin.zip'
13
)
14
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
0 commit comments