In 0.8 you can use the GradleLauncher API: http://gradle.org/0.8/docs/javadoc/org/gradle/GradleLauncher.html

On 25/03/10 7:29 AM, Jesse Eichar wrote:
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] <mailto:[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




--
Adam Murdoch
Gradle Developer
http://www.gradle.org

Reply via email to