1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-03-10 20:43:49 +00:00

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-08-26 05:45:03 +01:00
tasks.register("build") {
dependsOn(subprojects.map { it.tasks.named("build") })
}