Fixed Regression: NPE when checking if the executor is interrupted
29426012 introduced an NPE. If a project implements Queue.FlyweightTask, build.getExecutor() returns null. This prevents any flyweight build from finishing successfully.
Loading
Please register or sign in to comment