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