mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2026-01-03 14:12:25 +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)
|
|
}
|