File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 99
1010 steps :
1111
12- - checkout
12+ - checkout :
13+ method : blobless
1314
1415 - run : mvn dependency:go-offline
1516
Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ environment:
66install :
77 - ps : |
88 Add-Type -AssemblyName System.IO.Compression.FileSystem
9- if (!(Test-Path -Path "C:\maven\apache-maven-3.6.3 " )) {
9+ if (!(Test-Path -Path "C:\maven\apache-maven-3.9.11 " )) {
1010 (new-object System.Net.WebClient).DownloadFile(
11- 'https://archive.apache.org/dist/maven/maven-3/3.6.3 /binaries/apache-maven-3.6.3 -bin.zip',
11+ 'https://archive.apache.org/dist/maven/maven-3/3.9.11 /binaries/apache-maven-3.9.11 -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.6.3 \bin;%JAVA_HOME%\bin;%PATH%
16+ - cmd : SET PATH=C:\maven\apache-maven-3.9.11 \bin;%JAVA_HOME%\bin;%PATH%
1717build_script :
1818 - mvn clean install -B -DskipTests
1919test_script :
2020 - mvn clean install jacoco:report -B
2121 - mvn -f examples/pom.xml clean package
2222cache :
23- - C:\maven\apache-maven-3.6.3
23+ - C:\maven\apache-maven-3.9.11
You can’t perform that action at this time.
0 commit comments