It's because you have not assigned those tasks a 'group'.

task foo {
        group = 'Build'
}

task bar {
        group = 'Whatever'
}

It's a new feature.  I'm sure Adam and Hans will appreciate feedback.

- C


On Aug 12, 2010, at 12:58 PM, Tomek Kaczanowski wrote:

> Hello,
> 
> running gradle -t gives me:
> 
> ------------------------------------------------------------
> Root Project
> ------------------------------------------------------------
> Default tasks: install
> 
> Build tasks
> -----------
> :assemble - Builds all Jar, War, Zip, and Tar archives.
> 
> IDE tasks
> ---------
> :cleanIdea - Cleans IDEA project files (IML, IPR)
> :idea - Generates IDEA project files (IML, IPR, IWS)
> 
> Other tasks
> -----------
> :buildFuse - builds FUSE from sources
> :install - installs wki zip/tar.gz into local maven repository
> :installNoBundles - installs wki zip/tar.gz without bundles into local
> maven repository
> 
> Why these 3 particular tasks were included into "other tasks" group?
> Is it because there are no other tasks that depend on them?
> 
> -- 
> Regards / Pozdrawiam
> Tomek Kaczanowski
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
> 
>    http://xircles.codehaus.org/manage_email
> 
> 


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to