RE: [gradle-dev] Gradle daemon on a CI server

2014-07-30 Thread KARR, DAVID
, 2014 3:30 PM To: dev@gradle.codehaus.org Subject: Re: [gradle-dev] Gradle daemon on a CI server Official stance is that this is not a good idea. It’s difficult to guarantee stability of a JVM that continuously unloads 3rd party code. If anything you use in your build leaks memory the daemon will

Re: [gradle-dev] Gradle daemon on a CI server

2014-07-30 Thread Luke Daley
Official stance is that this is not a good idea. It’s difficult to guarantee stability of a JVM that continuously unloads 3rd party code. If anything you use in your build leaks memory the daemon will eventually choke. I wouldn’t recommend this. On 31 July 2014 at 8:02:36 am, Lóránt Pintér (lo

[gradle-dev] Gradle daemon on a CI server

2014-07-30 Thread Lóránt Pintér
Hi, What is the official stance about using the Gralde daemon in a CI server environment? I couldn’t find any useful info on this. I’m looking for ways to make our builds faster, and this seems like a low hanging fruit, but I’m afraid it will cause hard to debug problems. If this is an okay t