mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
plugins {
|
|
id("floodgate.publish-conventions")
|
|
id("floodgate.shadow-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.coreCommon)
|
|
annotationProcessor(projects.coreCommon)
|
|
annotationProcessor(libs.micronaut.inject.java)
|
|
}
|
|
|
|
// present on all platforms
|
|
provided(libs.netty.transport)
|
|
provided(libs.netty.codec) |