tasks.register("build") { dependsOn(subprojects.collect { it.tasks.named("build") }) }