From 0ab2b5b613cc329d73c041141e90e3a64fe003c3 Mon Sep 17 00:00:00 2001 From: Rodney Murillo Date: Sat, 3 Oct 2020 06:56:09 -0400 Subject: [PATCH] Fix snapshots by upping metaspace size (#1247) 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 6d0c1c2..25c6609 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