From 81ecd97d074aaf932bbe9cb7725c3b68f6de69ec Mon Sep 17 00:00:00 2001 From: Erik Hellman Date: Wed, 16 Oct 2024 11:37:55 +0200 Subject: [PATCH] Re-enable configuration-cache Configuration-cache seems to have been disabled by mistake. Fixes #1668 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7594c8ce1..e2d6e0903 100644 --- a/gradle.properties +++ b/gradle.properties @@ -38,7 +38,7 @@ org.gradle.configureondemand=false org.gradle.caching=true # Enable configuration caching between builds. -org.gradle.configuration-cache=false +org.gradle.configuration-cache=true # 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.