gradle-processes
gradle-processes copied to clipboard
Outlive the gradle build on windows
I am using gradle-processes to manage a set of long running services. I am basing my tasks on JavaFork, and simply using the main class with classpath and arguments. On OSX, and Linux that works up the expectations, but on windows, the forked processes are dying on me after the build is finished.
:startMainApp
BUILD SUCCESSFUL
Total time: 1 mins 53.635 secs
C:\projects\git\development\master>
Any idea ? or any settings I need to set to avoid my separate process to be terminated when gradle exists ?