From a2ec99fb05e5243d82451ca083d5a3f62624b047 Mon Sep 17 00:00:00 2001 From: David Perez Date: Mon, 2 Feb 2026 13:10:20 -0600 Subject: [PATCH] Remove the configuration cache to avoid play store build issues (#6466) --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 65a70b92ca..f97f310c16 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,9 +5,6 @@ kotlin.code.style=official kotlin.compilerArgs=-Xjspecify-annotations=strict, -Xtype-enhancement-improvements-strict-mode org.gradle.caching=true -org.gradle.configuration-cache=true -org.gradle.configuration-cache.parallel=true -org.gradle.configuration-cache.problems=warn org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC -Dfile.encoding=UTF-8 org.gradle.parallel=true