diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties index cd45ab32..d0df7bfc 100644 --- a/.github/ci-gradle.properties +++ b/.github/ci-gradle.properties @@ -1,10 +1,11 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 \ - --add-opens java.base/java.io=ALL-UNNAMED \ - --add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \ - --add-opens jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \ - --add-opens jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \ - --add-opens jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \ - --add-opens jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \ - --add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \ - --add-opens jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \ - --add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED + --illegal-access=permit +# --add-opens java.base/java.io=ALL-UNNAMED \ +# --add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \ +# --add-opens jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \ +# --add-opens jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \ +# --add-opens jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \ +# --add-opens jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \ +# --add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \ +# --add-opens jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \ +# --add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED