WorldEdit/worldedit-libs/build.gradle.kts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
87 B
Plaintext
Raw Normal View History

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