tweek build script

This commit is contained in:
mcrcortex
2025-06-03 16:18:31 +10:00
parent f78a8df275
commit 7575c35b02

View File

@@ -188,7 +188,9 @@ processIncludeJars {
} }
remapJar { remapJar {
delete getDestinationDirectory().get() doFirst {
delete fileTree(getDestinationDirectory().get())
}
def hash = gitCommitHash(); def hash = gitCommitHash();
if (!hash.equals("<UnknownCommit>")) { if (!hash.equals("<UnknownCommit>")) {