diff --git a/build.gradle b/build.gradle index 3e1b6b6..54f6805 100644 --- a/build.gradle +++ b/build.gradle @@ -33,13 +33,6 @@ tasks.withType(JavaCompile).configureEach { it.options.encoding = "UTF-8" } -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() -} - loom { clientOnlyMinecraftJar() }