From 35b8474c2dc9df45bfb5c838fea56010eaa2a03a Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Tue, 28 Mar 2023 22:11:05 +0200 Subject: [PATCH] Gradle cache has issues, disable it --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 69020e8..fbb0c0b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,4 @@ openrndr.tasks=true kotlin.code.style=official -org.gradle.unsafe.configuration-cache=true \ No newline at end of file +org.gradle.unsafe.configuration-cache=false +