Files
TachideskJUI/.github/runner-files/ci-gradle.properties
2021-06-06 17:24:25 -04:00

7 lines
174 B
INI

org.gradle.daemon=false
org.gradle.jvmargs=-Xmx5120m
org.gradle.workers.max=5
org.gradle.parallel=true
kotlin.incremental=false
kotlin.compiler.execution.strategy=in-process