From 444326dc4925d40f582be973b96337cdcf9d1b61 Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Fri, 16 Jun 2023 21:45:26 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BC=98=E5=8C=96=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index a68f006..cc45a72 100644 --- a/build.gradle +++ b/build.gradle @@ -64,11 +64,11 @@ subprojects { shadowJar { classifier = '' - relocate 'org.slf4j', 'cn.hamster3.mc.plugin.core.lib.slf4j' - relocate 'net.kyori', 'cn.hamster3.mc.plugin.core.lib.kyori' - relocate 'com.zaxxer.hikari', 'cn.hamster3.mc.plugin.core.lib.hikari' - relocate 'de.tr7zw.changeme.nbtapi', 'cn.hamster3.mc.plugin.core.lib.nbtapi' - relocate 'de.tr7zw.annotations', 'cn.hamster3.mc.plugin.core.lib.nbtapi.annotations' + 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' + relocate 'de.tr7zw.annotations', 'cn.hamster3.mc.plugin.core.lib.de.tr7zw.nbtapi.annotations' destinationDir(rootProject.buildDir) } tasks.build.dependsOn(shadowJar)