File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 fail-fast : false
1212 matrix :
13- java : [17 -ea]
13+ java : [18 -ea]
1414 name : ' Linux JDK ${{ matrix.java }}'
1515 runs-on : ubuntu-latest
1616 steps :
2121 with :
2222 java-version : ${{ matrix.java }}
2323 - name : ' Test'
24- run : ./mvnw ${MAVEN_ARGS} install -DskipDistribution=true
24+ run : ./mvnw ${MAVEN_ARGS} -Djacoco.skip=true install -DskipDistribution=true
Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : false
1414 matrix :
15- java : [11, 13, 16]
15+ java : [11, 13, 16, 17 ]
1616 name : ' Linux JDK ${{ matrix.java }}'
1717 runs-on : ubuntu-latest
1818 steps :
2323 with :
2424 java-version : ${{ matrix.java }}
2525 - name : ' Test'
26- run : ./mvnw ${MAVEN_ARGS} install -DskipDistribution=true
26+ run : ./mvnw ${MAVEN_ARGS} -Djacoco.skip=true install -DskipDistribution=true
2727 linux :
2828 name : ' Linux JDK 8'
2929 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2525 <org .apache.maven.plugins.enforcer.version>3.0.0-M3</org .apache.maven.plugins.enforcer.version>
2626 <org .apache.maven.plugins.surefire.version>3.0.0-M5</org .apache.maven.plugins.surefire.version>
2727 <org .apache.maven.plugins.javadoc.version>3.1.0</org .apache.maven.plugins.javadoc.version>
28- <org .springframework.version>5.3.3 </org .springframework.version>
28+ <org .springframework.version>5.3.10 </org .springframework.version>
2929 <org .eclipse.tycho.compiler-jdt.version>1.6.0</org .eclipse.tycho.compiler-jdt.version>
3030 <com .puppycrawl.tools.checkstyle.version>8.36.1</com .puppycrawl.tools.checkstyle.version>
3131 <org .junit.jupiter.version>5.8.0-M1</org .junit.jupiter.version>
You can’t perform that action at this time.
0 commit comments