helgoboss wrote:
Hello,

I've the following goal but I don't know whether I can achieve this goal
easily using Gradle. What I want is a way to build several completely
separate projects at once (in the right build order) - but not by
structuring them into a tree (like in a multi-project build) but simply by
declaring the relationships between the projects as "normal" external
dependencies.

Are they Gradle projects, or do you want to use Gradle to coordinate Ant or Maven builds? Out of curiosity, if they are all Gradle projects, what does the multi-project support do or not do that means you can't use it to solve your problem?

As far as I know that's possible with Ivy's buildlist Ant task and Ant's
subant Ant task. Hence, it's also possible in Gradle. But isn't there
already a convention in Gradle that makes such a setup easy to achieve?


There's nothing like this at the moment, other than the multi-project support. However, composing builds into larger builds is something we want to make easier (for Gradle, Ant, Maven, whatever, builds). Could you raise a JIRA issue for what you need?


Adam


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

   http://xircles.codehaus.org/manage_email


Reply via email to