mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
Move all of our dependencies to a single catalogue file to make maintenance of them easier.
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
dependencies {
|
|
api(libs.cumulus)
|
|
api(libs.events) {
|
|
exclude(group = "com.google.guava", module = "guava")
|
|
exclude(group = "org.lanternpowered", module = "lmbda")
|
|
}
|
|
} |