Plex-FAWE/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 Permalink Normal View History

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