diff --git a/gradle.properties b/gradle.properties index a8fc26a51..54eed6aab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,5 @@ org.gradle.caching=true +org.gradle.configuration-cache=true org.gradle.jvmargs=-Xmx8g -XX:+UseParallelGC org.gradle.parallel=true org.gradle.warning.mode=all diff --git a/sample/gradle.properties b/sample/gradle.properties index ba1e132c9..f56988779 100644 --- a/sample/gradle.properties +++ b/sample/gradle.properties @@ -1,4 +1,5 @@ org.gradle.caching=true +org.gradle.configuration-cache=true org.gradle.jvmargs=-Xmx8g -XX:+UseParallelGC org.gradle.parallel=true kotlin.daemon.jvmargs=-Xmx1g -XX:+UseParallelGC