13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
rootProject.name = "lands-root"
|
|
|
|
include("lands-plugin")
|
|
include("visualizer-lib")
|
|
|
|
if (gradle.parent == null) {
|
|
includeBuild("hcu-core")
|
|
includeBuild("hcu-core/kommand-lib")
|
|
includeBuild("hcu-core/kommand-lib/permits-lib")
|
|
}
|
|
|
|
includeBuild("GhostDisplays")
|