You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to publish obfuscated library jars using VanillaGradle.
Currently there is no good way to do this. I tried to work around VanillaGradle by trying to use ForgeGradle or FabricLoom to do the obfuscation, but they are also not really set up to do this well at all. Their obfuscation tasks are set up to work on jars in-place or to only work on specific jar tasks, so they are not general or composable enough to work for this purpose.
Could VanillaGradle offer a way to obfuscate a target dev jar?
The text was updated successfully, but these errors were encountered:
@zml2008 sorry to bug you, but has the status of this feature changed?
I haven't kept up on VG development and wanted to check in to see if it's possible.
Let me know if there's something I can work on.
nah sorry, life's been super busy and seems like it will continue being busy - it seems reasonably possible to do a standalone remap task but it's not something I'd have time to look at in the near future I'm afraid
Hello,
I would like to publish obfuscated library jars using VanillaGradle.
Currently there is no good way to do this. I tried to work around VanillaGradle by trying to use ForgeGradle or FabricLoom to do the obfuscation, but they are also not really set up to do this well at all. Their obfuscation tasks are set up to work on jars in-place or to only work on specific jar tasks, so they are not general or composable enough to work for this purpose.
Could VanillaGradle offer a way to obfuscate a target dev jar?
The text was updated successfully, but these errors were encountered: