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 4198de9 commit 2217f48Copy full SHA for 2217f48
appveyor.yml
@@ -6,9 +6,9 @@ environment:
6
install:
7
- ps: |
8
Add-Type -AssemblyName System.IO.Compression.FileSystem
9
- if (!(Test-Path -Path "C:\maven\apache-maven-3.9.9" )) {
+ if (!(Test-Path -Path "C:\maven\apache-maven-3.9.11" )) {
10
(new-object System.Net.WebClient).DownloadFile(
11
- 'https://archive.apache.org/dist/maven/maven-3/3.9.11/binaries/apache-maven-3.9.9-bin.zip',
+ 'https://archive.apache.org/dist/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.zip',
12
'C:\maven-bin.zip'
13
)
14
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
0 commit comments