Call the minimize method correctly.

This commit is contained in:
Username404-59 2021-04-08 21:52:54 +02:00
parent 9a85f79695
commit 4b8c4ae165
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ allprojects {
}
tasks {
withType(ShadowJar::class) {
minimize() {
exclude("fr.username404.snowygui.mixins")
minimize {
exclude(project(":common"))
}
relocate("kotlin", "${rootProject.group}.kotlin")
archiveClassifier.set("shadow")