In Gradle, dependencies are effectively on the task level, not on the project
level. Try:

dependsOn(":proj.xyz")

This makes tasks in abc depend on equally named tasks in xyz. Not sure if
this fits your needs. 

If the projects are entirely independent, what's your motivation for forcing
a particular execution order?

--
Peter Niederwieser 
Developer, Gradle
http://www.gradle.org
Trainer & Consultant, Gradle Inc.
http://www.gradle.biz
Creator, Spock Framework
http://spockframework.org

-- 
View this message in context: 
http://gradle.1045684.n5.nabble.com/Order-of-execution-in-build-gradle-with-osgi-plugin-tp3390304p3390902.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