mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-29 03:29:13 +00:00
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
dependencies {
|
|
api(libs.gson)
|
|
api(libs.cumulus)
|
|
api(libs.events)
|
|
compileOnly(libs.netty.transport)
|
|
}
|