mirror of https://github.com/sbt/sbt.git
When using fork := true, sbt spawns child processes that may become stale if cancelled. Previously, these processes were not cleaned up when running the exit command. This fix adds RunningProcesses.killAll() to the shutdown hook so that all tracked forked processes are terminated when sbt exits. Fixes #7468 |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||