We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8c36b commit ac35f94Copy full SHA for ac35f94
.github/workflows/ci.yaml
@@ -42,8 +42,5 @@ jobs:
42
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
43
restore-keys: |
44
${{ runner.os }}-maven-
45
- - name: Java early access workaround
46
- if: ${{ endsWith(matrix.java, '-ea') }}
47
- run: echo 'JACOCO_SKIP="-Djacoco.skip=true"' >> $GITHUB_ENV
48
- name: Test with Maven
49
- run: ./mvnw test -B -D"license.skip=true" $JACOCO_SKIP
+ run: ./mvnw test -B -D"env.TRAVIS" -D"license.skip=true" -D"jacoco.skip=true" -DargLine="--illegal-access=permit"
0 commit comments