Hi Peter,

that is great to know that Gradle performs up-to-date checks
automatically. So if a project has not been changed, it will not be built,
right?

How to I start a build of all the projects? Should I iterate the list of
projects and call a task on each one?

Best regards,

Jefferson


Em 27 de janeiro de 2012 18:22, Peter Niederwieser <pnied...@gmail.com>escreveu:

>
> Jefferson Magno Solfarello wrote
> >
> > The only requirement is to build in the correct order.
> > On each project, we are going checks if it is up-to-date before building
> > it.
> >
>
> Gradle will perform up-to-date checks automatically (albeit per task rather
> than per project). The only thing _you_ need to take care of is to describe
> the inputs and outputs of any custom task implementations you might have.
> The user guide has more on this (see '14.8.1. Declaring a task's inputs and
> outputs').
>
> --
> Peter Niederwieser
> Principal Engineer, Gradleware
> http://gradleware.com
> Creator, Spock Framework
> http://spockframework.org
> Twitter: @pniederw
>
> --
> View this message in context:
> http://gradle.1045684.n5.nabble.com/Moving-from-Ivy-to-Gradle-tp5436271p5436555.html
> Sent from the gradle-user mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

Reply via email to