mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-03-02 14:48:31 +01:00
7 lines
No EOL
282 B
Kotlin
7 lines
No EOL
282 B
Kotlin
dependencies {
|
|
api("org.geysermc.cumulus", "cumulus", Versions.cumulusVersion)
|
|
api("org.geysermc.event", "events", Versions.eventsVersion) {
|
|
exclude(group = "com.google.guava", module = "guava")
|
|
exclude(group = "org.lanternpowered", module = "lmbda")
|
|
}
|
|
} |