mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-15 08:53:32 +00:00
4 lines
94 B
Groovy
4 lines
94 B
Groovy
tasks.register("build") {
|
|
dependsOn(subprojects.collect { it.tasks.named("build") })
|
|
}
|