From 1e83158b55504258a5db8e5b9a3ec848a3e58e0d Mon Sep 17 00:00:00 2001 From: snappdevelopment Date: Sat, 30 Nov 2024 16:06:18 +0100 Subject: [PATCH] Disable configuration cache --- gradle.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 90170e0..42b9ea5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,8 +10,10 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects - org.gradle.parallel=true -org.gradle.configuration-cache=true +org.gradle.parallel=true +# configuration cache is disabled because it breaks publishing +# https://github.com/gradle/gradle/issues/22779 +org.gradle.configuration-cache=false org.gradle.caching=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