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 a7fe12b commit 5e3439bCopy full SHA for 5e3439b
.github/workflows/ci-test.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
name: (JDK ${{ matrix.jdk }} / ${{ matrix.os }}) Test
6
env:
7
- MAVEN_OPTS: --illegal-access=debug -XX:StartFlightRecording=maxsize=5g,disk=true,dumponexit=true,settings=default,filename=./
+ MAVEN_OPTS: -XX:StartFlightRecording=maxsize=5g,disk=true,dumponexit=true,settings=default,filename=./
8
strategy:
9
fail-fast: false
10
matrix:
0 commit comments