mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 23:47:50 +00:00
run shaded remapped JAR task automatically on Fabric
This commit is contained in:
parent
a2dcbf69c7
commit
034b01a04c
@ -60,6 +60,10 @@ val remapped = tasks.register<RemapJarTask>("remapShadedJar") {
|
||||
remapAccessWidener.set(true)
|
||||
}
|
||||
|
||||
tasks.withType<Jar>() {
|
||||
finalizedBy(remapped)
|
||||
}
|
||||
|
||||
|
||||
tasks.register<TaskModrinthUpload>("publishModrinth") {
|
||||
dependsOn("remapShadedJar")
|
||||
|
Loading…
x
Reference in New Issue
Block a user