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- 'https://archive.apache.org/dist/maven/maven-3/3.3.9 /binaries/apache-maven-3.3.9 -bin.zip',
8+ 'https://archive.apache.org/dist/maven/maven-3/3.8.7 /binaries/apache-maven-3.8.7 -bin.zip',
99 'C:\maven-bin.zip'
1010 )
1111 [System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
1212 }
13- - cmd : SET M2_HOME=C:\maven\apache-maven-3.3.9
13+ - cmd : SET M2_HOME=C:\maven\apache-maven-3.8.7
1414 - cmd : SET PATH=%M2_HOME%\bin;%JAVA_HOME%\bin;%PATH%
1515 - cmd : SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
1616 - cmd : SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
You can’t perform that action at this time.
0 commit comments