diff --git a/build.gradle.kts b/build.gradle.kts index a12ac37..f335947 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -50,7 +50,11 @@ subprojects { archiveClassifier = "" relocate("org.quartz", "cn.hamster3.mc.plugin.core.lib.org.quartz") relocate("org.terracotta.quartz", "cn.hamster3.mc.plugin.core.lib.org.terracotta.quartz") + relocate("com.zaxxer.hikari", "cn.hamster3.mc.plugin.core.lib.com.zaxxer.hikari") + relocate("redis.clients.jedis", "cn.hamster3.mc.plugin.core.lib.redis.clients.jedis") + relocate("org.json", "cn.hamster3.mc.plugin.core.lib.org.json") + relocate("org.apache.commons.pool2", "cn.hamster3.mc.plugin.core.lib.org.apache.commons.pool2") relocate("net.kyori", "cn.hamster3.mc.plugin.core.lib.net.kyori") relocate("de.tr7zw.changeme.nbtapi", "cn.hamster3.mc.plugin.core.lib.de.tr7zw.nbtapi")