From 87d6a6ce229a5178d905505739354b8782d6163a Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Fri, 2 Jun 2023 21:51:42 +0100 Subject: [PATCH] Gradle configure cache property is no longer `unsafe` https://docs.gradle.org/current/userguide/upgrading_version_8.html#configuration_caching_options_renamed --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 10ff2e365..94e673a47 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.unsafe.configuration-cache=true +org.gradle.configuration-cache=true # AndroidX package structure to make it clearer which packages are bundled with the # Android operating system, and which are packaged with your app"s APK