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
Using parallel execution for a multi-module project that generates multiple .exe using launch4j fails randomly. This is because the launch4j plugin is not thread-safe. It would be great if there was some synchronization put in place to prevent clobbering the execution of multiple simultaneous modules generating .exe.