Exclude mixins from minification
This commit is contained in:
parent
5cc170a3dd
commit
9a85f79695
|
@ -43,7 +43,9 @@ allprojects {
|
|||
}
|
||||
tasks {
|
||||
withType(ShadowJar::class) {
|
||||
minimize()
|
||||
minimize() {
|
||||
exclude("fr.username404.snowygui.mixins")
|
||||
}
|
||||
relocate("kotlin", "${rootProject.group}.kotlin")
|
||||
archiveClassifier.set("shadow")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue