build: 修复 netty 依赖以支持 1.12 及以下版本
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "cn.hamster3.mc.plugin"
|
||||
version = "1.2.1"
|
||||
version = "1.2.2"
|
||||
|
||||
subprojects {
|
||||
apply {
|
||||
@@ -51,6 +51,7 @@ 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")
|
||||
|
||||
|
Reference in New Issue
Block a user