mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
run shaded remapped JAR task automatically on Fabric
This commit is contained in:
@@ -60,6 +60,10 @@ val remapped = tasks.register<RemapJarTask>("remapShadedJar") {
|
||||
remapAccessWidener.set(true)
|
||||
}
|
||||
|
||||
tasks.withType<Jar>() {
|
||||
finalizedBy(remapped)
|
||||
}
|
||||
|
||||
|
||||
tasks.register<TaskModrinthUpload>("publishModrinth") {
|
||||
dependsOn("remapShadedJar")
|
||||
|
||||
Reference in New Issue
Block a user