Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outlive the gradle build on windows #5

Open
hellonico opened this issue Dec 2, 2014 · 0 comments
Open

Outlive the gradle build on windows #5

hellonico opened this issue Dec 2, 2014 · 0 comments

Comments

@hellonico
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant