Skip to content

Commit d496865

Browse files
committed
chore: Don't generate sources jar
1 parent 5f43ea4 commit d496865

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
loom {
4437
clientOnlyMinecraftJar()
4538
}

0 commit comments

Comments
 (0)