From 00a74d868bc1cbd1b30044fe98fcd16420a43619 Mon Sep 17 00:00:00 2001 From: Ennui Langeweile <85590273+EnnuiL@users.noreply.github.com> Date: Wed, 20 Apr 2022 19:57:22 -0300 Subject: [PATCH] Remove caching The "the cache will now be global!" seems way too risky --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6cc5884..0f3bd13 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,6 @@ # Gradle Properties org.gradle.jvmargs = -Xmx1G org.gradle.parallel = true -org.gradle.caching = true # Mod Properties version = 1.0.0