1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2026-01-03 22:16:46 +00:00
Files
Floodgate/velocity/base/build.gradle.kts

26 lines
635 B
Plaintext

plugins {
id("floodgate.publish-conventions")
id("floodgate.shadow-conventions")
}
dependencies {
api(projects.coreNetty4)
annotationProcessor(projects.coreNetty4)
annotationProcessor(libs.micronaut.inject.java)
implementation(libs.cloud.velocity)
}
relocate("org.incendo.cloud")
relocate("io.leangen.geantyref") // used in cloud
relocate("org.yaml.snakeyaml")
// these dependencies are already present on the platform
provided(libs.gson)
provided(libs.velocity.api)
provided(libs.velocity.proxy)
providedDependency(libs.slf4j)
providedDependency(libs.adventure.api)
providedDependency(libs.adventure.key)