Remove redundant jar task configuration in build.gradle.kts.
This commit is contained in:
@@ -52,10 +52,6 @@ tasks {
|
||||
dependsOn(shadowJar)
|
||||
}
|
||||
|
||||
jar {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user