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 } }