style: 优化配置和代码格式

This commit is contained in:
2023-11-03 16:57:56 +08:00
parent 77357b48d5
commit 0527101950
4 changed files with 23 additions and 5 deletions

View File

@@ -46,6 +46,9 @@ subprojects {
}
shadowJar {
relocate("io.netty", "cn.hamster3.mc.plugin.ball.lib.io.netty")
relocate("io.lettuce", "cn.hamster3.mc.plugin.ball.lib.io.lettuce")
relocate("org.reactivestreams", "cn.hamster3.mc.plugin.ball.lib.org.reactivestreams")
relocate("reactor", "cn.hamster3.mc.plugin.ball.lib.reactor")
destinationDirectory = rootProject.buildDir
}
build {