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