From fce9ca382429f218f0d52b2029b0f5741c4995f0 Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Thu, 1 May 2025 12:05:18 +1000 Subject: [PATCH] dont add src jar (trying improve build speed) --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5d3f49fa..f81b1afa 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,9 @@ java { // Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task // if it is present. // If you remove this line, sources will not be generated. - withSourcesJar() + + + //withSourcesJar() } jar {