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