From 7575c35b023e1eeeaef0a719ba6364b167048d41 Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:18:31 +1000 Subject: [PATCH] tweek build script --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 40b1dde2..393ac7d9 100644 --- a/build.gradle +++ b/build.gradle @@ -188,7 +188,9 @@ processIncludeJars { } remapJar { - delete getDestinationDirectory().get() + doFirst { + delete fileTree(getDestinationDirectory().get()) + } def hash = gitCommitHash(); if (!hash.equals("")) {