Mindustry/gradle.properties

10 lines
386 B
Properties
Raw Normal View History

2017-04-30 08:25:59 +07:00
org.gradle.daemon=true
2019-03-25 08:54:01 +07:00
org.gradle.jvmargs=-Xms256m -Xmx1024m
2021-03-31 20:52:31 +07:00
archash=0e99b0291f81d74d335dca8b0cf3bf26931f1197
# Don't recompute annotations if sources haven't been changed
kapt.incremantal.apt = true
# Multithreaded
kapt.use.worker.api=true
# Compilation avoidance (see https://kotlinlang.org/docs/kapt.html#compile-avoidance-for-kapt-since-1-3-20)
kapt.include.compile.classpath=false