When trying to execute another project through GradleBuild, I get IllegalMonitorStateException. It can be reproduced during each run inside my current project. But for some reason I can't reproduce it ...
Implement a synchronization mechanism similar to the mechanism provided by java within the java.util.concurrent packages (Explicit Locks and Condition variables) but whose behaviour is in accordance ...