If you have gradle 0.9 you can quite easily.

task build(type: GradleBuild) {
   buildFile = 'other.gradle'
   tasks = ['hello']
}

On Wed, Mar 24, 2010 at 7:13 PM, phil swenson <[email protected]>wrote:

> If I have build.gradle and build2.gradle,is there a way to call a task
> in build2.gradle from build.gradle?
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

Reply via email to