We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25441a5 commit a65b1cdCopy full SHA for a65b1cd
RedisBungee-API/build.gradle.kts
@@ -52,7 +52,7 @@ tasks {
52
val jedisVersion = libs.jedis.get().version
53
val configurateVersion = libs.configurate.get().version
54
val guavaVersion = libs.guava.get().version
55
- val adventureVersion = libs.guava.get().version
+ val adventureVersion = libs.adventure.plain.get().version
56
options.links(
57
"https://configurate.aoeu.xyz/$configurateVersion/apidocs/", // configurate
58
"https://javadoc.io/doc/redis.clients/jedis/$jedisVersion/", // jedis
0 commit comments