Minimize the shadowed dependencies

This commit is contained in:
Username404-59 2021-04-08 21:47:24 +02:00
parent bfce71b386
commit 5cc170a3dd
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ allprojects {
}
tasks {
withType(ShadowJar::class) {
minimize()
relocate("kotlin", "${rootProject.group}.kotlin")
archiveClassifier.set("shadow")
}