KenCommandAPI/settings.gradle.kts
2026-08-01 09:15:45 +02:00

13 lines
No EOL
234 B
Kotlin

pluginManagement {
includeBuild("../build-logic")
}
plugins {
id("scrow.scrow-repository")
}
rootProject.name = "KenCommandAPI"
include("kencommandapi-core")
include("kencommandapi-bukkit")
include("kencommandapi-velocity")