From 6cd9b5dd75a9e346950f6450ba6934fbe05c9d02 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Fri, 2 Oct 2020 02:01:37 -0400 Subject: [PATCH] Fix snapshots by upping metaspace size See https://github.com/Kotlin/dokka/issues/1405 --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle.properties b/gradle.properties index 6d0c1c2ee..25c660905 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,6 +14,9 @@ # limitations under the License. # +# For Dokka https://github.com/Kotlin/dokka/issues/1405 +org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m + kapt.includeCompileClasspath=false GROUP=com.squareup.moshi