From 653bc90ffae4d8cf41d8fd291d8f1b7e7dfa6bb9 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Tue, 26 Oct 2021 16:38:46 +0100 Subject: [PATCH] Increase JVM metaspace size The public workflow on macOS runners are hanging[1]. This is due to an upstream bug in the Dokka plugin[2]. [1] https://github.com/michaelbull/kotlin-result/runs/4011488028?check_suite_focus=true [2] https://github.com/Kotlin/dokka/issues/1405 --- gradle.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index e88dc77..053b393 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,7 @@ -kotlin.code.style=official - group=com.michael-bull.kotlin-result version=1.1.13-SNAPSHOT +kotlin.code.style=official kotlin.native.ignoreDisabledTargets=true + +org.gradle.jvmargs=-XX:MaxMetaspaceSize=1g