1
0
Fork 0
mirror of https://github.com/xHyroM/lighteco.git synced 2024-09-19 21:03:18 +02:00
lighteco/settings.gradle.kts
2023-07-30 16:00:37 +02:00

10 lines
No EOL
185 B
Text

rootProject.name = "lighteco-parent"
sequenceOf(
"common",
"bukkit",
"velocity"
).forEach {
include("lighteco-$it")
project(":lighteco-$it").projectDir = file(it)
}