Skip to content

Commit 5e3439b

Browse files
committed
[bugfix] Remove --illegal-access=debug from CI config. Resolves a peer-review comment from @reinhapa
1 parent a7fe12b commit 5e3439b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
name: (JDK ${{ matrix.jdk }} / ${{ matrix.os }}) Test
66
env:
7-
MAVEN_OPTS: --illegal-access=debug -XX:StartFlightRecording=maxsize=5g,disk=true,dumponexit=true,settings=default,filename=./
7+
MAVEN_OPTS: -XX:StartFlightRecording=maxsize=5g,disk=true,dumponexit=true,settings=default,filename=./
88
strategy:
99
fail-fast: false
1010
matrix:

0 commit comments

Comments
 (0)