10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
rootProject.name = "lands"
|
|
|
|
if (gradle.parent == null) {
|
|
includeBuild("hcu-core")
|
|
includeBuild("hcu-core/kommand-lib")
|
|
includeBuild("hcu-core/kommand-lib/permits-lib")
|
|
}
|
|
|
|
includeBuild("GhostDisplays")
|