FWIW we have the same problem in the Grails project. Running "gradle idea" on a single subproject takes well over 2 minutes to run
But it seems specific to the idea task, other tasks don't seem to take as long We also can't setup our own Nexus or use one of the solutions provided since we're a public Open Source project Cheers On Mon, Mar 28, 2011 at 7:00 AM, Rickard Öberg <[email protected]> wrote: > Hi, > > We at Qi4j recently switched over to use Gradle for our builds. Overall it > is working quite well, but I'm having a weird problem that I don't know how > to fix. > > If I do for example "gradlew idea" to generate IDEA modules/projects I can > see that the process is quite slow. I connected to the process using > VisualVM, and could see the CPU usage being in the range of 0.5%-8%. So, my > performance issues is not so much that it's slow, it's that the CPU doesn't > seem to be used at all. This seems to be happening with most targets by the > way. > > Has anyone seen this? How to fix? Any settings I missed? I wouldn't mind the > CPU usage being closer to 100%, if possible. > > thanks, Rickard > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Graeme Rocher Grails Project Lead SpringSource - A Division of VMware http://www.springsource.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
