File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 9494 if : matrix.os != 'windows' && startsWith(matrix.java, '8')
95959696 # JDK 11+
97- - name : Maven Install without Code Coverage
98- if : matrix.os == 'windows' && !startsWith(matrix.java, '8')
97+ - name : Maven Install without Code Coverage (Java 11+)
98+ if : ( !startsWith(matrix.java, '8') )
9999 env :
100100 MAVEN_OPTS : ${{ env.JAVA_11_PLUS_MAVEN_OPTS }}
101101 run : mvn -B clean install --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
102- - name : Maven Install with Code Coverage
103- if : matrix.os != 'windows' && !startsWith(matrix.java, '8')
104- env :
105- MAVEN_OPTS : ${{ env.JAVA_11_PLUS_MAVEN_OPTS }}
106- run : mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
You can’t perform that action at this time.
0 commit comments