mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
7 lines
214 B
Plaintext
7 lines
214 B
Plaintext
dependencies {
|
|
api("org.geysermc", "common", Versions.geyserVersion)
|
|
api("org.geysermc.cumulus", "cumulus", Versions.cumulusVersion)
|
|
|
|
compileOnly("io.netty", "netty-transport", Versions.nettyVersion)
|
|
}
|