mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-05-03 07:02:10 +00:00
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
dependencies {
|
|
api(projects.coreCommon)
|
|
annotationProcessor(projects.coreCommon)
|
|
annotationProcessor(libs.micronaut.inject.java)
|
|
}
|
|
|
|
// present on all platforms
|
|
provided(libs.netty.transport)
|
|
provided(libs.netty.codec) |