6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
rootProject.name = "authmevelocity-parent"
|
|
|
|
listOf("common", "paper", "velocity").forEach {
|
|
include("authmevelocity-$it")
|
|
project(":authmevelocity-$it").projectDir = file(it)
|
|
} |