mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
11 lines
557 B
Properties
11 lines
557 B
Properties
# Memory for Dokka https://github.com/Kotlin/dokka/issues/1405
|
|
# --add-opens for GJF https://github.com/google/google-java-format#jdk-16
|
|
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 \
|
|
--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
|
|
--add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
|
|
--add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
|
|
--add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
|
|
--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
|
|
|
|
kapt.include.compile.classpath=false
|