Peter Niederwieser wrote: > > 1. Instead of proj.subprojects, it should be proj.childProjects >
Correction: Project.childProjects() returns a map, so you'd have to iterate over its values. And instead of using recursion, you could simply iterate over allprojects or subprojects. -- Peter Niederwieser Principal Engineer, Gradleware http://gradleware.com Creator, Spock Framework http://spockframework.org Twitter: @pniederw -- View this message in context: http://gradle.1045684.n5.nabble.com/Gradle-source-sets-reporting-tp4616128p4616307.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
