1
0
Fork 0
mirror of https://github.com/xHyroM/lighteco.git synced 2024-09-20 05:13:18 +02:00
lighteco/settings.gradle.kts
2023-08-02 23:01:55 +02:00

12 lines
215 B
Text

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