Call the minimize method correctly.
This commit is contained in:
parent
9a85f79695
commit
4b8c4ae165
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue