There was an error while loading. Please reload this page.
1 parent 82acd02 commit caba262Copy full SHA for caba262
1 file changed
.github/workflows/maven-build.yml
@@ -19,7 +19,7 @@ jobs:
19
name: build-only (Java ${{ matrix.java }})
20
runs-on: ubuntu-latest
21
strategy:
22
- fail-fast: true
+ fail-fast: false
23
matrix:
24
java: [ 17 ]
25
steps:
@@ -58,7 +58,7 @@ jobs:
58
fail-fast: false
59
60
os: [ ubuntu ]
61
- java: [ 8.0.192, 8 ]
+ java: [ 8 ]
62
63
- uses: actions/checkout@v2
64
- name: Set up JDK
@@ -93,7 +93,7 @@ jobs:
93
if: matrix.os == 'windows'
94
env:
95
MAVEN_OPTS: ${{ env.JAVA_11_PLUS_MAVEN_OPTS }}
96
- run: mvn -B clean install -Djapicmp.skip --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
+ run: mvn -B clean install -D japicmp.skip=true --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
97
- name: Maven Install with Code Coverage
98
if: matrix.os != 'windows'
99
0 commit comments