oblak/cloud-minecraft/cloud-cloudburst/build.gradle.kts
2021-01-16 08:54:07 +01:00

4 lines
130 B
Kotlin

dependencies {
api(project(":cloud-core"))
compileOnly("org.cloudburstmc", "cloudburst-server", versions["cloudburst"])
}