Skip to content

Commit

Permalink
Don't build sources jar
Browse files Browse the repository at this point in the history
  • Loading branch information
tal5 committed Jun 4, 2023
1 parent bab03bc commit 1c6e3a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ tasks.withType(JavaCompile).configureEach {
it.options.release = 17
}

java {
withSourcesJar()
}

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

0 comments on commit 1c6e3a6

Please sign in to comment.