1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-01-12 10:44:00 +00:00

4 lines
87 B
Plaintext
Raw Normal View History

2019-08-26 05:45:03 +01:00
tasks.register("build") {
dependsOn(subprojects.map { it.tasks.named("build") })
}