Skip to content

Commit

Permalink
chore: Don't generate sources jar
Browse files Browse the repository at this point in the history
  • Loading branch information
magicus committed Jun 14, 2024
1 parent c0f6944 commit ec42a8f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

jar {
from("LICENSE") {
rename { "${it}_${project.archivesBaseName}"}
Expand Down

0 comments on commit ec42a8f

Please sign in to comment.