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.
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? Thanks in advance for your answers. Regards Benjamin -- View this message in context: http://www.nabble.com/Build-multiple-projects-together-without-multi-project-builds-tp20748814p20748814.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
