Plex-FAWE/worldedit-libs/build.gradle.kts

4 lines
87 B
Plaintext

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