sbt/main/src
Ethan Atkins 7426ae520c Fix background job shutdown
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.
2019-11-30 15:20:00 -08:00
..
main Fix background job shutdown 2019-11-30 15:20:00 -08:00
test Ignore the build ref case 2019-09-30 02:18:11 -04:00