mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-23 08:49:26 +00:00
8 lines
278 B
Plaintext
8 lines
278 B
Plaintext
dependencies {
|
|
api("org.geysermc", "common", Versions.geyserVersion)
|
|
api("org.geysermc.cumulus", "cumulus", Versions.cumulusVersion)
|
|
api("org.geysermc.event", "events", Versions.eventsVersion)
|
|
|
|
compileOnly("io.netty", "netty-transport", Versions.nettyVersion)
|
|
}
|