Call the minimize method correctly.
This commit is contained in:
parent
9a85f79695
commit
4b8c4ae165
|
@ -43,8 +43,8 @@ allprojects {
|
||||||
}
|
}
|
||||||
tasks {
|
tasks {
|
||||||
withType(ShadowJar::class) {
|
withType(ShadowJar::class) {
|
||||||
minimize() {
|
minimize {
|
||||||
exclude("fr.username404.snowygui.mixins")
|
exclude(project(":common"))
|
||||||
}
|
}
|
||||||
relocate("kotlin", "${rootProject.group}.kotlin")
|
relocate("kotlin", "${rootProject.group}.kotlin")
|
||||||
archiveClassifier.set("shadow")
|
archiveClassifier.set("shadow")
|
||||||
|
|
Loading…
Reference in New Issue