From 5e48319ea18bf97b87a69d0c643f7bc539056833 Mon Sep 17 00:00:00 2001 From: mezz Date: Fri, 6 Sep 2024 13:49:19 +0900 Subject: [PATCH] change configuration cache issues to warnings --- Forge/build.gradle.kts | 2 +- gradle.properties | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Forge/build.gradle.kts b/Forge/build.gradle.kts index bbdf71754..0958cfcb2 100644 --- a/Forge/build.gradle.kts +++ b/Forge/build.gradle.kts @@ -256,4 +256,4 @@ tasks.withType { tasks.withType { notCompatibleWithConfigurationCache("uses external process at execution time") -} \ No newline at end of file +} diff --git a/gradle.properties b/gradle.properties index bc6439d15..f91a50d47 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,7 @@ org.gradle.daemon=true org.gradle.configureondemand=false org.gradle.caching=true org.gradle.configuration-cache=true +org.gradle.configuration-cache.problems=warn # JEI modName=Just Enough Items