kotlin-result/gradle.properties
Michael Bull 653bc90ffa 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
2021-10-26 16:38:46 +01:00

8 lines
174 B
INI

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