dont add src jar (trying improve build speed)

This commit is contained in:
mcrcortex
2025-05-01 12:05:18 +10:00
parent d12a0f1ba4
commit fce9ca3824

View File

@@ -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 {