build: 优化构建脚本

This commit is contained in:
2023-06-18 02:42:04 +08:00
parent 444326dc49
commit ffdfcb1a8c
2 changed files with 1 additions and 2 deletions

View File

@@ -64,7 +64,6 @@ subprojects {
shadowJar {
classifier = ''
relocate 'org.slf4j', 'cn.hamster3.mc.plugin.core.lib.org.slf4j'
relocate 'net.kyori', 'cn.hamster3.mc.plugin.core.lib.net.kyori'
relocate 'com.zaxxer.hikari', 'cn.hamster3.mc.plugin.core.lib.com.zaxxer.hikari'
relocate 'de.tr7zw.changeme.nbtapi', 'cn.hamster3.mc.plugin.core.lib.de.tr7zw.nbtapi'