From 1967923a94aa9e24432b4466802e7609f9741028 Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 13 Jan 2023 17:59:57 -0500 Subject: [PATCH] Disable Gradle configuration cache This might be breaking the Actions runs... --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d897e7c249..87c9723c73 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,6 @@ org.gradle.jvmargs=-Xmx5120m org.gradle.parallel=true org.gradle.caching=true -org.gradle.unsafe.configuration-cache=true # AndroidX support android.useAndroidX=true