mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-05-02 11:10:27 +00:00
update gradle, update depends
This commit is contained in:
@@ -5,10 +5,11 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
api(project(":RedisBungee-API")) {
|
||||
// Since velocity already includes guava / configurate exlude them
|
||||
// Since velocity already includes guava / configurate / guava exlude them
|
||||
exclude("com.google.guava", "guava")
|
||||
exclude("com.google.code.gson", "gson")
|
||||
exclude("org.spongepowered", "configurate-yaml")
|
||||
exclude("com.github.ben-manes.caffeine", "caffeine")
|
||||
// exclude also adventure api
|
||||
exclude("net.kyori", "adventure-api")
|
||||
exclude("net.kyori", "adventure-text-serializer-gson")
|
||||
|
||||
Reference in New Issue
Block a user