Merge pull request #6843 from stuartwdouglas/process-destroy

Explicitly invoke the Process.destroy method
This commit is contained in:
Guillaume Smet
2020-01-29 10:41:50 +01:00
committed by GitHub

View File

@@ -88,6 +88,7 @@ public class RunningInvoker extends MavenProcessInvoker {
if (result == null) {
return;
}
result.destroy();
List<ProcessInfo> list = JProcesses.getProcessList().stream().filter(pi ->
// Kill all process using the live reload and the live reload process.
// This might be too much