4 Zeilen
90 B
Plaintext

2019-07-10 17:59:23 -07:00
tasks.register("build") {
dependsOn(subprojects.map { it.tasks.named("build") })
}