2
0
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:
2024-12-22 18:15:02 +04:00
parent 178880658d
commit ef2d0907f0
4 changed files with 12 additions and 12 deletions

View File

@@ -39,7 +39,6 @@ tasks {
relocate("com.squareup.okhttp", "com.imaginarycode.minecraft.redisbungee.internal.okhttp")
relocate("okio", "com.imaginarycode.minecraft.redisbungee.internal.okio")
relocate("org.json", "com.imaginarycode.minecraft.redisbungee.internal.json")
relocate("com.github.benmanes.caffeine", "com.imaginarycode.minecraft.redisbungee.internal.caffeine")
// acf shade
relocate("co.aikar.commands", "com.imaginarycode.minecraft.redisbungee.internal.acf.commands")
}

View File

@@ -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")