This seems like it should be easy. I have a top-level task:
task continuousIntegration(dependsOn: ['build', 'aggregateJavadoc']) However, my top-level build.gradle doesn't define a build task (there's no Java code at the top level, just in the subprojects). What's the idiomatic way to create a top-level build target that, in effect, is dependent on each subproject's build task? -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, mentoring and support. Contact me to learn how I can get you up and productive in Tapestry fast! (971) 678-5210 http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
