mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
github: add a missing --add-opens JVM argument
This commit is contained in:
parent
74847c5ef0
commit
ee02fae8ea
1 changed files with 1 additions and 0 deletions
1
.github/ci-gradle.properties
vendored
1
.github/ci-gradle.properties
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue