From 4959750453d93a95151f6461cc1609ff46091c44 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 6 May 2021 17:21:38 +0200 Subject: build: Increase metaspace budget This change increases the max metaspace size that Gradle/Dokka is allowed to use. We unfortunately need this workaround for Dokka to properly build the documentation during the release workflow. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f9eabb4e..ea35e589 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ # # For Dokka https://github.com/Kotlin/dokka/issues/1405 -org.gradle.jvmargs=-XX:MaxMetaspaceSize=1G +org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G # Dependencies kotlinx-coroutines.version = 1.4.3 -- cgit v1.2.3