10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
rootProject.name = "landsector"
|
|
|
|
if (gradle.parent == null) {
|
|
includeBuild("hcu-core")
|
|
includeBuild("hcu-core/kommand-lib")
|
|
includeBuild("hcu-core/kommand-lib/permits-lib")
|
|
includeBuild("Faction")
|
|
includeBuild("Lands")
|
|
}
|