From ee02fae8ea86ba6b8924fc147c3eddd2e8f913b1 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 2 Oct 2021 18:05:36 +0530 Subject: [PATCH] github: add a missing --add-opens JVM argument --- .github/ci-gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties index a92f0076..cd45ab32 100644 --- a/.github/ci-gradle.properties +++ b/.github/ci-gradle.properties @@ -1,4 +1,5 @@ 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 \