Hi, I have a multi-project build, and at the end, I'd like to to gather up all of the JARs and other artifacts and piece them into a release ZIP file. How do I create a task that will only be called once (from the root project) after the libs task has created for the rest of my tasks? I've tried creating a new task in the top-level Gradle buildfile, but the problem I'm facing is that the new task is getting called for each suproject.
Thanks Allan -- View this message in context: http://www.nabble.com/Creating-a-dists-task-for-a-multi-project-build-tp18901701p18901701.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
