File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ install:
55 Add-Type -AssemblyName System.IO.Compression.FileSystem
66 if (!(Test-Path -Path "C:\maven" )) {
77 (new-object System.Net.WebClient).DownloadFile(
8- 'http://www.us.apache.org/dist/maven/maven-3/3.5.3 /binaries/apache-maven-3.5.3 -bin.zip',
8+ 'http://www.us.apache.org/dist/maven/maven-3/3.6.1 /binaries/apache-maven-3.6.1 -bin.zip',
99 'C:\maven-bin.zip'
1010 )
1111 [System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
1212 }
13- - cmd : SET PATH=C:\maven\apache-maven-3.2.5 \bin;%JAVA_HOME%\bin;%PATH%
13+ - cmd : SET PATH=C:\maven\apache-maven-3.6.1 \bin;%JAVA_HOME%\bin;%PATH%
1414 - cmd : SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
1515 - cmd : SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
1616build_script :
You can’t perform that action at this time.
0 commit comments