From e57f0523761923460857fae3eb4c568d5c648a0e Mon Sep 17 00:00:00 2001 From: Sergey Chelombitko Date: Fri, 2 Aug 2024 18:38:06 +0100 Subject: [PATCH] Enable configuration cache --- gradle.properties | 1 + sample/gradle.properties | 1 + 2 files changed, 2 insertions(+) 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