File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ version: '{build}'
22skip_tags : true
33clone_depth : 30
44environment :
5- JAVA_HOME : C:\Program Files\Java\jdk1.7 .0
5+ JAVA_HOME : C:\Program Files\Java\jdk1.8 .0
66install :
77 - ps : |
88 Add-Type -AssemblyName System.IO.Compression.FileSystem
9- if (!(Test-Path -Path "C:\maven\apache-maven-3.3.9 " )) {
9+ if (!(Test-Path -Path "C:\maven\apache-maven-3.5.4 " )) {
1010 (new-object System.Net.WebClient).DownloadFile(
11- 'http://www.us.apache.org/dist/maven/maven-3/3.3.9 /binaries/apache-maven-3.3.9 -bin.zip',
11+ 'http://www.us.apache.org/dist/maven/maven-3/3.5.4 /binaries/apache-maven-3.5.4 -bin.zip',
1212 'C:\maven-bin.zip'
1313 )
1414 [System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
1515 }
16- - cmd : SET PATH=C:\maven\apache-maven-3.3.9 \bin;%JAVA_HOME%\bin;%PATH%
16+ - cmd : SET PATH=C:\maven\apache-maven-3.5.4 \bin;%JAVA_HOME%\bin;%PATH%
1717 - cmd : SET MAVEN_OPTS=-Dhttps.protocols=TLSv1.2
1818build_script :
1919 - mvn clean install -B -DskipTests
@@ -23,4 +23,4 @@ test_script:
2323 - mvn -f string-plugin/pom.xml clean package jacoco:report
2424 - mvn -f examples/pom.xml clean package
2525cache :
26- - C:\maven\apache-maven-3.3.9
26+ - C:\maven\apache-maven-3.5.4
You can’t perform that action at this time.
0 commit comments