From e9d26d09afe8f6e271b1981aa2d18e0c41eebab4 Mon Sep 17 00:00:00 2001 From: Matthew Haughton <3flex@users.noreply.github.com> Date: Mon, 4 Apr 2022 03:40:47 +1000 Subject: [PATCH] Disable Gradle's configuration cache by default (#4668) There are issues that don't have workarounds at this stage. Check again when Gradle 7.5 released. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6fb5d3e982a..45ed9218c87 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ systemProp.sonar.host.url=http://localhost:9000 org.gradle.parallel=true org.gradle.caching=true org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8 -org.gradle.unsafe.configuration-cache=true +org.gradle.unsafe.configuration-cache=false