Don't disable the jar task, else every build will fail.

This commit is contained in:
Username404-59 2021-04-08 15:04:05 +02:00
parent f8b2f3091e
commit fc59271dba
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ allprojects {
sourceCompatibility = JavaVersion.VERSION_1_8
}
tasks {
jar.get().isEnabled = false
withType(ShadowJar::class) {
relocate("kotlin", "${rootProject.group}.kotlin")
archiveClassifier.set("shadow")