Disable shadowJar, where did that come from

Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
shedaniel
2021-05-14 18:55:12 +08:00
parent dd5e6df3ae
commit 5fe4204b97

View File

@@ -165,6 +165,8 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
from javadoc.destinationDir
}
tasks.shadowJar.enabled = false
license {
header rootProject.file("HEADER")
include "**/*.java"