|  |  |  | 
|---|
|  |  |  | # Specifies the JVM arguments used for the daemon process. | 
|---|
|  |  |  | # The setting is particularly useful for tweaking memory settings. | 
|---|
|  |  |  | #org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8 | 
|---|
|  |  |  | org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \ | 
|---|
|  |  |  | --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \ | 
|---|
|  |  |  | --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED | 
|---|
|  |  |  | #org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \ | 
|---|
|  |  |  | #                   --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \ | 
|---|
|  |  |  | #                   --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED | 
|---|
|  |  |  |  | 
|---|
|  |  |  | org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 --add-opens=jdk.compiler/com.sun.tools.javac.main=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.processing=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | # ?? KAPT ?? JDK ???? | 
|---|
|  |  |  | # When configured, Gradle will run in incubating parallel mode. | 
|---|