From d88cbc9a3756c333beb5cdb2de8c8fa26e3d39a9 Mon Sep 17 00:00:00 2001 From: Ben Weiss Date: Tue, 10 Sep 2024 10:24:36 +0200 Subject: [PATCH] Disable configuration caching Configuration caching fails the build due to the google OSS plugin. Change-Id: I0235e713c8944a5bb2530ad813e4d803ae727768 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 97f940e2e..a238b96f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ org.gradle.configureondemand=false org.gradle.caching=true # Enable configuration caching between builds. -org.gradle.configuration-cache=true +org.gradle.configuration-cache=false # This option is set because of https://github.com/google/play-services-plugins/issues/246 # to generate the Configuration Cache regardless of incompatible tasks. # See https://github.com/android/nowinandroid/issues/1022 before using it.