10 lines
220 B
Kotlin
10 lines
220 B
Kotlin
plugins {
|
|
id("cloud.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.cloudCore)
|
|
/* Needs to be provided by the platform */
|
|
compileOnly(libs.brigadier)
|
|
testImplementation(libs.brigadier)
|
|
}
|