Enable configuration cache & gradle enterprise
This commit is contained in:
parent
2423822615
commit
bc83f0a497
3 changed files with 20 additions and 2 deletions
|
@ -8,4 +8,6 @@ org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC -Dfile.encoding=UTF-8
|
|||
org.gradle.parallel=true
|
||||
|
||||
# https://blog.jetbrains.com/kotlin/2022/07/a-new-approach-to-incremental-compilation-in-kotlin/
|
||||
kotlin.incremental.useClasspathSnapshot=true
|
||||
kotlin.incremental.useClasspathSnapshot=true
|
||||
# https://docs.gradle.org/7.5/userguide/configuration_cache.html
|
||||
org.gradle.unsafe.configuration-cache=true
|
Loading…
Add table
Add a link
Reference in a new issue