1
0
forked from Clones/Controlify

fix machete for maven publish

This commit is contained in:
isXander
2023-03-15 20:08:47 +00:00
parent 4bea47ce84
commit 7728cd81e8

View File

@ -239,3 +239,7 @@ publishing {
} }
} }
} }
tasks.getByName("generateMetadataFileForModPublication") {
dependsOn("optimizeOutputsOfRemapJar")
}