tidy build config, update pom.xmls
This commit is contained in:
parent
1b40145970
commit
fc3a5648ed
4 changed files with 7 additions and 18 deletions
|
@ -36,12 +36,6 @@ base {
|
|||
archivesName.set(rootProject.name)
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
withSourcesJar()
|
||||
}
|
||||
|
||||
tasks {
|
||||
withType<GenerateMavenPom>().configureEach {
|
||||
destination = file("$projectDir/pom.xml")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue