Skip to content

Commit 971c624

Browse files
authored
Update appveyor.yml
Update location of Maven binary
1 parent 6135331 commit 971c624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1616
build_script:

0 commit comments

Comments
 (0)