9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
rootProject.name = "faction"
|
|
if (gradle.parent == null) {
|
|
includeBuild("hcu-core")
|
|
includeBuild("hcu-core/kommand-lib")
|
|
includeBuild("hcu-core/kommand-lib/permits-lib")
|
|
}
|
|
|
|
|