feat: 将 lettuce 改为 jedis

This commit is contained in:
2024-03-13 17:10:41 +08:00
parent ffc2ecc2ee
commit f6233f7e82
8 changed files with 28 additions and 28 deletions

View File

@@ -5,7 +5,7 @@ plugins {
}
group = "cn.hamster3.mc.plugin"
version = "1.2.4"
version = "1.3.0"
subprojects {
apply {
@@ -48,11 +48,6 @@ subprojects {
}
shadowJar {
archiveClassifier = ""
relocate("io.lettuce", "cn.hamster3.mc.plugin.core.lib.io.lettuce")
relocate("io.netty", "cn.hamster3.mc.plugin.core.lib.io.netty")
relocate("reactor", "cn.hamster3.mc.plugin.core.lib.reactor")
relocate("org.reactivestreams", "cn.hamster3.mc.plugin.core.lib.org.reactivestreams")
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")