Fix output jar in publishMods task

This commit is contained in:
FlorianMichael 2025-01-20 18:39:50 +01:00
parent e01c4409c2
commit f52485043a
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126

View File

@ -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 {