Vertispan / j2clmavenplugin

Maven plugin to launch new J2CL compilation
https://vertispan.github.io/j2clmavenplugin/
Apache License 2.0
53 stars 26 forks source link

Better tracking for state of tasks inside the Scheduler #175

Closed niloc132 closed 2 years ago

niloc132 commented 2 years ago

Among other things, this hopefully solves the issue where a task finishing after it was canceled used to fail to signal that all work was finished.

Fixes #161