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 17:04:46 +02:00

10 lines
186 B
Text

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