13 lines
No EOL
234 B
Kotlin
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") |