diff options
Diffstat (limited to 'dokka-runners/dokkatoo/gradle.properties')
-rw-r--r-- | dokka-runners/dokkatoo/gradle.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dokka-runners/dokkatoo/gradle.properties b/dokka-runners/dokkatoo/gradle.properties new file mode 100644 index 00000000..cb5238c6 --- /dev/null +++ b/dokka-runners/dokkatoo/gradle.properties @@ -0,0 +1,12 @@ +# memory is set quite high because the tests launch a lot of processes +org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx4g -XX:MaxMetaspaceSize=2g -XX:+HeapDumpOnOutOfMemoryError -XX:+AlwaysPreTouch + +org.gradle.caching=true + +org.gradle.unsafe.configuration-cache=true +org.gradle.unsafe.configuration-cache-problems=warn + +org.gradle.parallel=true +org.gradle.welcome=never + +kotlin.mpp.import.enableKgpDependencyResolution=true |