-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Description
I've configured a task to start a server to serve static assets:
task serve(type: NpmTask) {
group = 'application'
description = 'Serve the client side application'
args = ['run', 'start']
}
When I stop the gradle task, the node executable keeps running. What are my options to ensure the process gets shut down?
minionOfZuul, daveLC, alexdlm, ZacharyKlein, dtretyakov and 31 more
Metadata
Metadata
Assignees
Labels
No labels