diff --git a/build.gradle b/build.gradle index f5ed29e1..e3ecc829 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ 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() } // Example for how to get properties into the manifest for reading at runtime. @@ -141,9 +141,6 @@ publishing { artifact(remapJar) { builtBy remapJar } - artifact(sourcesJar) { - builtBy remapSourcesJar - } } }