Update build.gradle
This commit is contained in:
parent
07b20182a3
commit
51b3ce0026
@ -29,10 +29,6 @@ tasks.withType(JavaCompile).configureEach {
|
||||
it.options.release = 16
|
||||
}
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
}
|
||||
|
||||
jar {
|
||||
from("LICENSE") {
|
||||
rename { "${it}_${project.archivesBaseName}"}
|
||||
|
Loading…
Reference in New Issue
Block a user