Update build.gradle
This commit is contained in:
parent
07b20182a3
commit
51b3ce0026
@ -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}"}
|
||||||
|
Loading…
Reference in New Issue
Block a user