yes should be a property on the tasks

<task>.enabled = false

there is an example of how to enable jar task again with the 'war' module
applied in the documentation

regards
gretar

On Fri, Oct 15, 2010 at 2:04 PM, Etienne Studer <[email protected]>wrote:

> Hi
>
> When I apply the war plugin, the jar task is skipped, as shown by the
> output below. Question: how does Gradle do this, i.e. what/who decides if a
> task is skipped? A property on the task or...?
>
> :compileJava
> :processResources
> :classes
> :jar SKIPPED
> :war
> :assemble
> :compileTestJava
> :processTestResources UP-TO-DATE
> :testClasses
> :test
> :check
> :build
>
> Regards, Etienne
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

Reply via email to