Use proper cl gradle.properties

This commit is contained in:
Syer10
2021-06-06 17:24:25 -04:00
parent d042bac708
commit cbcfc5d92b
6 changed files with 42 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
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