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)