mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2026-01-04 15:31:48 +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)
|
|
}
|