Skip to content

Commit a3e558f

Browse files
committed
chore: Don't generate sources jar
1 parent 396f955 commit a3e558f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ tasks.withType(JavaCompile).configureEach {
3333
it.options.encoding = "UTF-8"
3434
}
3535

36-
java {
37-
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
38-
// if it is present.
39-
// If you remove this line, sources will not be generated.
40-
withSourcesJar()
41-
}
42-
4336
jar {
4437
from("LICENSE") {
4538
rename { "${it}_${project.archivesBaseName}"}

0 commit comments

Comments
 (0)