We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2fc2d commit 5c6fed9Copy full SHA for 5c6fed9
velocity/build.gradle.kts
@@ -41,7 +41,7 @@ tasks {
41
relocateCloud()
42
standardRuntimeRelocations()
43
relocateDependency("io.leangen.geantyref")
44
- relocateDependency("net.kyori.option") // TODO: remove once Velocity updates adventure
+ relocateDependency("net.kyori.option") // TODO: remove & exclude above once Velocity updates adventure
45
relocateGuice()
46
}
47
val prod = register<Zip>("productionJar") {
0 commit comments