Update build.gradle

This commit is contained in:
J. Fronny 2021-06-11 12:31:37 +00:00
parent 07b20182a3
commit 51b3ce0026
1 changed files with 0 additions and 4 deletions

View File

@ -29,10 +29,6 @@ tasks.withType(JavaCompile).configureEach {
it.options.release = 16 it.options.release = 16
} }
java {
withSourcesJar()
}
jar { jar {
from("LICENSE") { from("LICENSE") {
rename { "${it}_${project.archivesBaseName}"} rename { "${it}_${project.archivesBaseName}"}