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
This is my plugin configuration on my pom.xml.
Sometimes this exception is produced on compiling my plugin.
My guess is that the "remapped-obf" jar has not been fully saved when the next goal is already trying to access it. As I said, it only happens sometimes, seemingly randomly. When it does work, the compiling is performed succesfully and the plugin works normally.
The text was updated successfully, but these errors were encountered:
Just gonna add that to me this happens most of the times, often having to recompile about 7 times to get a succesful run, which is really annoying and time consuming :P
This is my plugin configuration on my pom.xml.
Sometimes this exception is produced on compiling my plugin.
My guess is that the "remapped-obf" jar has not been fully saved when the next goal is already trying to access it. As I said, it only happens sometimes, seemingly randomly. When it does work, the compiling is performed succesfully and the plugin works normally.
The text was updated successfully, but these errors were encountered: