feat: 将 lettuce 改为 jedis
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user