On Mon, Feb 15, 2010 at 8:06 PM, Russel Winder <[email protected] > wrote:
> I have a three module build (yes it is Gant :-) The modules are actually > just independent compialtions of the same source using different > dependencies. Currently Gradle always processes all three module builds > sequentially. However they are completely independent and could be > processed in parallel -- especially on the multi-multicore-processor > machines I now have access to. > > Is there any infrastructure for this in Gradle yet? If so I guess I > need a pointer to the documentation. If there isn't is there a JIRA for > this? If not I will create one. > Parallel execution is not supported yet but has a high priority on our list. - Hans -- Hans Dockter Founder, Gradle http://www.gradle.org, http://twitter.com/gradleorg CEO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz > > Thanks. > > -- > Russel. > > ============================================================================= > Dr Russel Winder Partner > xmpp: [email protected] > Concertant LLP t: +44 20 7585 2200, +44 20 7193 9203 > 41 Buckmaster Road, f: +44 8700 516 084 voip: > sip:[email protected] <sip%[email protected]> > London SW11 1EN, UK m: +44 7770 465 077 skype: russel_winder >
