From b77a53fc2a13ba47204d961edf128b0e6b169e9d Mon Sep 17 00:00:00 2001 From: Ran <43445785+RanCraftPlayz@users.noreply.github.com> Date: Mon, 13 Jun 2022 19:14:33 +0600 Subject: [PATCH] I don't think we need this --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7ea833984..20aa2a6a2 100644 --- a/build.gradle +++ b/build.gradle @@ -294,10 +294,12 @@ allprojects { p -> withSourcesJar() } - // Disable running the core and common + // Disable running & remapping in core and common if (p == project(":core") || p == project(":common")) { runClient.enabled = false runServer.enabled = false + remapJar.enabled = false + remapSourcesJar.enabled = false } }