md-5 / SpecialSource

Automatic generator and renamer of jar obfuscation mappings.
Other
202 stars 51 forks source link

zip END header not found #79

Open Sentropic opened 2 years ago

Sentropic commented 2 years ago

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.

Sentropic commented 2 years ago

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