mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
github: use a catch-all access permit rule
This commit is contained in:
parent
ee02fae8ea
commit
9ec709a458
1 changed files with 10 additions and 9 deletions
19
.github/ci-gradle.properties
vendored
19
.github/ci-gradle.properties
vendored
|
@ -1,10 +1,11 @@
|
||||||
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 \
|
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 \
|
||||||
--add-opens java.base/java.io=ALL-UNNAMED \
|
--illegal-access=permit
|
||||||
--add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
|
# --add-opens java.base/java.io=ALL-UNNAMED \
|
||||||
--add-opens jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
|
# --add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
|
||||||
--add-opens jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \
|
# --add-opens jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
|
||||||
--add-opens jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \
|
# --add-opens jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \
|
||||||
--add-opens jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \
|
# --add-opens jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \
|
||||||
--add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \
|
# --add-opens jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \
|
||||||
--add-opens jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
|
# --add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \
|
||||||
--add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
|
# --add-opens jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
|
||||||
|
# --add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue