From 5bb102a7216c549b5c16589a1b1bbc0d2e586b5d Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Thu, 8 Dec 2022 20:19:25 -0700 Subject: [PATCH] Attempt to work around loom bug with shadow fields --- cloud-minecraft/cloud-fabric/gradle.properties | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cloud-minecraft/cloud-fabric/gradle.properties diff --git a/cloud-minecraft/cloud-fabric/gradle.properties b/cloud-minecraft/cloud-fabric/gradle.properties new file mode 100644 index 00000000..98906c80 --- /dev/null +++ b/cloud-minecraft/cloud-fabric/gradle.properties @@ -0,0 +1,2 @@ +# loom remap fails sometimes with build cache +org.gradle.caching=true