mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2026-01-06 15:42:03 +00:00
20 lines
447 B
Plaintext
20 lines
447 B
Plaintext
var log4jVersion = "2.11.2"
|
|
var gsonVersion = "2.8.8"
|
|
|
|
dependencies {
|
|
api(projects.core)
|
|
annotationProcessor(projects.core)
|
|
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)
|