oblak/cloud-minecraft/cloud-cloudburst/build.gradle
Alexander Söderberg d6ccc1d59b 🧹 Clean up the gradle build scripts a little
Changes:
- Move all dependency versions to a shared file
- Order the projects in settings.gradle
2020-10-24 19:52:44 +02:00

4 lines
123 B
Groovy

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