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