File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ environment:
1010install :
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
2222build_script :
2323 - mvn clean install -B -DskipTests
@@ -46,4 +46,4 @@ on_finish:
4646 }
4747
4848cache :
49- - C:\maven\apache-maven-3.9.11
49+ - C:\maven\apache-maven-3.9.12
You can’t perform that action at this time.
0 commit comments