Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
e491cf8a17
Move all of our dependencies to a single catalogue file to make maintenance of them easier.
7 Zeilen
193 B
Plaintext
7 Zeilen
193 B
Plaintext
dependencies {
|
|
api(libs.cumulus)
|
|
api(libs.events) {
|
|
exclude(group = "com.google.guava", module = "guava")
|
|
exclude(group = "org.lanternpowered", module = "lmbda")
|
|
}
|
|
} |