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'm using this remapper (https://github.com/patrick-choe/mojang-spigot-remapper) for remapping in my project. That plugin uses the output of the jar task and I want shadowJar to use that output and create the shadowed jar from it, so the mapper doesn't have to go through the entire shadowed jar (takes a lot of extra time). Is there a way to do this?
The text was updated successfully, but these errors were encountered:
Shadow Version
1.4.2
Gradle Version
8.5
I'm using this remapper (https://github.com/patrick-choe/mojang-spigot-remapper) for remapping in my project. That plugin uses the output of the jar task and I want shadowJar to use that output and create the shadowed jar from it, so the mapper doesn't have to go through the entire shadowed jar (takes a lot of extra time). Is there a way to do this?
The text was updated successfully, but these errors were encountered: