Hey all,
I’m trying to use the gradle daemon and have a strange problem. If I run the daemon (currently doing so by putting “org.gradle.daemon=true” in gradle.properties), I get a DaemonDisappearedException when running ANY gradle task, even simple ones like “tasks”. However, if I run it using “sudo” it runs fine. So this seems to be a permissions issue but I’m not sure where to look to find the problem.
Using:
OS X 10.9.2
gradle version 1.11
Here is the console output of running “gradle tasks --info --debug --stacktrace”
https://gist.github.com/djova/ad594da5124372e95c7f
Any ideas?!
Thanks, Dusan