Skip to content

Commit 2217f48

Browse files
committed
Fixed maven
1 parent 4198de9 commit 2217f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ environment:
66
install:
77
- ps: |
88
Add-Type -AssemblyName System.IO.Compression.FileSystem
9-
if (!(Test-Path -Path "C:\maven\apache-maven-3.9.9" )) {
9+
if (!(Test-Path -Path "C:\maven\apache-maven-3.9.11" )) {
1010
(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',
11+
'https://archive.apache.org/dist/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.zip',
1212
'C:\maven-bin.zip'
1313
)
1414
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")

0 commit comments

Comments
 (0)