Skip to content

Commit f3fedf2

Browse files
authored
NO-JIRA: [Broker-J] Updated appveyor maven to the version 3.9.12 (#361)
1 parent 899f5d1 commit f3fedf2

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.11" )) {
13+
if (!(Test-Path -Path "C:\maven\apache-maven-3.9.12" )) {
1414
(new-object System.Net.WebClient).DownloadFile(
15-
'https://dlcdn.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.zip',
15+
'https://dlcdn.apache.org/maven/maven-3/3.9.12/binaries/apache-maven-3.9.12-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.11\bin;%JAVA_HOME%\bin;%PATH%
20+
- cmd: SET PATH=C:\maven\apache-maven-3.9.12\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.11
49+
- C:\maven\apache-maven-3.9.12

0 commit comments

Comments
 (0)