mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2025-02-19 02:11:43 +01:00
Fix output jar in publishMods task
This commit is contained in:
parent
e01c4409c2
commit
f52485043a
@ -290,6 +290,9 @@ subprojects {
|
||||
minecraftVersions.add(mcVersion.toString())
|
||||
}
|
||||
}
|
||||
|
||||
// Make sure to have the re-obfuscated jar for publishing
|
||||
tasks.publishMods.dependsOn tasks.build
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user