mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
e491cf8a17
Move all of our dependencies to a single catalogue file to make maintenance of them easier.
7 lines
No EOL
193 B
Text
7 lines
No EOL
193 B
Text
dependencies {
|
|
api(libs.cumulus)
|
|
api(libs.events) {
|
|
exclude(group = "com.google.guava", module = "guava")
|
|
exclude(group = "org.lanternpowered", module = "lmbda")
|
|
}
|
|
} |