We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e28dc commit 0f2ed70Copy full SHA for 0f2ed70
gradle.properties
@@ -19,7 +19,7 @@ org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Xss2m \
19
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
20
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
21
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
22
-options.forkOptions.memoryMaximumSize=2g
+options.forkOptions.memoryMaximumSize=3g
23
24
# Disable duplicate project id detection
25
# See https://docs.gradle.org/current/userguide/upgrading_version_6.html#duplicate_project_names_may_cause_publication_to_fail
0 commit comments