gradle-processes icon indicating copy to clipboard operation
gradle-processes copied to clipboard

Outlive the gradle build on windows

Open hellonico opened this issue 10 years ago • 0 comments

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 ?

hellonico avatar Dec 02 '14 09:12 hellonico