From 2477ce7de83c621f10c7e12a90d09eeb47f6ce93 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Tue, 29 Aug 2023 08:04:07 +0200 Subject: [PATCH] Update configuration cache settings --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index fbb0c0b..d847ff6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ openrndr.tasks=true kotlin.code.style=official -org.gradle.unsafe.configuration-cache=false - +#org.gradle.configuration-cache=true +#org.gradle.configuration-cache.problems=warn \ No newline at end of file