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
This commit is contained in:
Michael Bull 2021-10-26 16:38:46 +01:00
parent 3efefdb18b
commit 653bc90ffa
1 changed files with 3 additions and 2 deletions

View File

@ -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