mirror of https://github.com/sbt/sbt.git
When a user calls sbt exit and there is an active background job, sbt may not exit cleanly. This was primarily because the background job service shutdown method depended on the StandardMain.executionContext which was closed before the background job service was shutdown. This was fixable by reordering the resource closing in StandardMain.runManaged. |
||
|---|---|---|
| .. | ||
| main | ||
| test | ||