Skip to content

Commit

Permalink
fix: adventure api version was replaced by guava
Browse files Browse the repository at this point in the history
  • Loading branch information
ham1255 committed Apr 28, 2024
1 parent 25441a5 commit a65b1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RedisBungee-API/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tasks {
val jedisVersion = libs.jedis.get().version
val configurateVersion = libs.configurate.get().version
val guavaVersion = libs.guava.get().version
val adventureVersion = libs.guava.get().version
val adventureVersion = libs.adventure.plain.get().version
options.links(
"https://configurate.aoeu.xyz/$configurateVersion/apidocs/", // configurate
"https://javadoc.io/doc/redis.clients/jedis/$jedisVersion/", // jedis
Expand Down

0 comments on commit a65b1cd

Please sign in to comment.