Minimize the shadowed dependencies
This commit is contained in:
parent
bfce71b386
commit
5cc170a3dd
|
@ -43,6 +43,7 @@ allprojects {
|
|||
}
|
||||
tasks {
|
||||
withType(ShadowJar::class) {
|
||||
minimize()
|
||||
relocate("kotlin", "${rootProject.group}.kotlin")
|
||||
archiveClassifier.set("shadow")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue