From dab91f61bed43273f3f5c0112713feeefdc9620e Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Fri, 25 Oct 2024 22:56:21 +0200 Subject: [PATCH] Enable configuration cache by default --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle.properties b/gradle.properties index aa38a61ab0057..c4073bc5a7c9c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,5 +17,8 @@ org.gradle.java.installations.auto-detect=false # log some dependency verification info to console org.gradle.dependency.verification.console=verbose +# enable configuration cache out of the box +org.gradle.configuration-cache=true + # allow user to specify toolchain via the RUNTIME_JAVA_HOME environment variable org.gradle.java.installations.fromEnv=RUNTIME_JAVA_HOME