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 {