mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
Merge pull request #6843 from stuartwdouglas/process-destroy
Explicitly invoke the Process.destroy method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user