oblak/cloud-minecraft/cloud-minecraft-extras/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
107 B
Groovy

dependencies {
api project(':cloud-core')
api "net.kyori:adventure-api:${vers['adventure-api']}"
}