From f6cd93a98c8ad68956f742604141e2168e9490d3 Mon Sep 17 00:00:00 2001 From: William Date: Fri, 29 Mar 2024 14:35:01 +0000 Subject: [PATCH] fix: bad relocation of json lib --- bukkit/build.gradle | 2 +- bungee/build.gradle | 2 +- velocity/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 54e6da4..22e5bb2 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -22,7 +22,7 @@ shadowJar { relocate 'dev.vankka', 'net.william278.huskchat.libraries' relocate 'de.exlll', 'net.william278.huskchat.libraries' relocate 'org.snakeyaml.engine', 'net.william278.huskchat.libraries.snakeyaml.engine' - relocate 'org.json', 'net.william278.husksync.libraries.json' + relocate 'org.json', 'net.william278.huskchat.libraries.json' relocate 'org.apache', 'net.william278.huskchat.libraries' relocate 'org.jetbrains', 'net.william278.huskchat.libraries' diff --git a/bungee/build.gradle b/bungee/build.gradle index fcc6daa..04156de 100644 --- a/bungee/build.gradle +++ b/bungee/build.gradle @@ -21,7 +21,7 @@ shadowJar { relocate 'dev.vankka', 'net.william278.huskchat.libraries' relocate 'de.exlll', 'net.william278.huskchat.libraries' relocate 'org.snakeyaml.engine', 'net.william278.huskchat.libraries.snakeyaml.engine' - relocate 'org.json', 'net.william278.husksync.libraries.json' + relocate 'org.json', 'net.william278.huskchat.libraries.json' relocate 'org.apache', 'net.william278.huskchat.libraries' relocate 'org.jetbrains', 'net.william278.huskchat.libraries' diff --git a/velocity/build.gradle b/velocity/build.gradle index 872e66d..15c7029 100644 --- a/velocity/build.gradle +++ b/velocity/build.gradle @@ -27,7 +27,7 @@ shadowJar { relocate 'dev.vankka', 'net.william278.huskchat.libraries' relocate 'de.exlll', 'net.william278.huskchat.libraries' relocate 'org.snakeyaml.engine', 'net.william278.huskchat.libraries.snakeyaml.engine' - relocate 'org.json', 'net.william278.husksync.libraries.json' + relocate 'org.json', 'net.william278.huskchat.libraries.json' relocate 'org.apache', 'net.william278.huskchat.libraries' relocate 'org.jetbrains', 'net.william278.huskchat.libraries'