Any advice for properly shutting down forked processes? I'm using com.github.node-gradle.node, which creates a node process that isn't shut down by gradle's interrupt signal. Apparently, it's more of a gradle issue than an issue with the plugin (
https://github.com/gradle/gradle/issues/7603). in the meantime, is there a proper way to handle this? Is it a good use case for finalizedBy?