Don't disable the jar task, else every build will fail.
This commit is contained in:
parent
f8b2f3091e
commit
fc59271dba
|
@ -42,7 +42,6 @@ allprojects {
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
tasks {
|
tasks {
|
||||||
jar.get().isEnabled = false
|
|
||||||
withType(ShadowJar::class) {
|
withType(ShadowJar::class) {
|
||||||
relocate("kotlin", "${rootProject.group}.kotlin")
|
relocate("kotlin", "${rootProject.group}.kotlin")
|
||||||
archiveClassifier.set("shadow")
|
archiveClassifier.set("shadow")
|
||||||
|
|
Loading…
Reference in New Issue