Skip to content

Commit 3149120

Browse files
authored
NO-JIRA: [Broker-J] Update appveyor maven to the version 3.9.14 (#390)
1 parent a6087c6 commit 3149120

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ environment:
1010
install:
1111
- ps: |
1212
Add-Type -AssemblyName System.IO.Compression.FileSystem
13-
if (!(Test-Path -Path "C:\maven\apache-maven-3.9.12" )) {
13+
if (!(Test-Path -Path "C:\maven\apache-maven-3.9.14" )) {
1414
(new-object System.Net.WebClient).DownloadFile(
15-
'https://dlcdn.apache.org/maven/maven-3/3.9.12/binaries/apache-maven-3.9.12-bin.zip',
15+
'https://dlcdn.apache.org/maven/maven-3/3.9.14/binaries/apache-maven-3.9.14-bin.zip',
1616
'C:\maven-bin.zip'
1717
)
1818
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
1919
}
20-
- cmd: SET PATH=C:\maven\apache-maven-3.9.12\bin;%JAVA_HOME%\bin;%PATH%
20+
- cmd: SET PATH=C:\maven\apache-maven-3.9.14\bin;%JAVA_HOME%\bin;%PATH%
2121

2222
build_script:
2323
- mvn clean install -B -DskipTests
@@ -46,4 +46,4 @@ on_finish:
4646
}
4747
4848
cache:
49-
- C:\maven\apache-maven-3.9.12
49+
- C:\maven\apache-maven-3.9.14

0 commit comments

Comments
 (0)