From 7561762c25f744f3d7f359ba10d99a53db1698a9 Mon Sep 17 00:00:00 2001 From: William Date: Sat, 23 Sep 2023 22:27:12 +0100 Subject: [PATCH] Fix relocation of `com.fatboyindustrial` lib --- bukkit/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 789c64b3..37498daf 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -34,7 +34,7 @@ shadowJar { relocate 'org.apache.commons.lang3', 'net.william278.husksync.libraries.commons.lang3' relocate 'com.google.gson', 'net.william278.husksync.libraries.gson' relocate 'org.json', 'net.william278.husksync.libraries.json' - relocate 'com.fatboyindustrial', 'net.william278.husktowns.libraries' + relocate 'com.fatboyindustrial', 'net.william278.husksync.libraries' relocate 'de.themoep', 'net.william278.husksync.libraries' relocate 'net.kyori', 'net.william278.husksync.libraries' relocate 'org.jetbrains', 'net.william278.husksync.libraries'