feat: 添加 quartz 功能
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "cn.hamster3.mc.plugin"
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
|
||||
subprojects {
|
||||
apply {
|
||||
@@ -49,6 +49,8 @@ subprojects {
|
||||
shadowJar {
|
||||
archiveClassifier = ""
|
||||
destinationDirectory = rootProject.buildDir
|
||||
relocate("org.quartz", "cn.hamster3.mc.plugin.core.lib.org.quartz")
|
||||
relocate("org.terracotta.quartz", "cn.hamster3.mc.plugin.core.lib.org.terracotta.quartz")
|
||||
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")
|
||||
|
Reference in New Issue
Block a user