chore: 优化构建流程
This commit is contained in:
@@ -50,7 +50,6 @@ subprojects {
|
||||
}
|
||||
shadowJar {
|
||||
archiveClassifier = ""
|
||||
destinationDirectory = rootProject.buildDir
|
||||
relocate("io.netty", "cn.hamster3.mc.plugin.core.lib.io.netty")
|
||||
relocate("io.lettuce", "cn.hamster3.mc.plugin.core.lib.io.lettuce")
|
||||
relocate("reactor", "cn.hamster3.mc.plugin.core.lib.reactor")
|
||||
|
@@ -44,4 +44,7 @@ tasks {
|
||||
withType<Jar> {
|
||||
archiveBaseName = "HamsterCore-Bukkit"
|
||||
}
|
||||
shadowJar {
|
||||
destinationDirectory = rootProject.buildDir
|
||||
}
|
||||
}
|
||||
|
@@ -36,4 +36,7 @@ tasks {
|
||||
withType<Jar> {
|
||||
archiveBaseName = "HamsterCore-BungeeCord"
|
||||
}
|
||||
shadowJar {
|
||||
destinationDirectory = rootProject.buildDir
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user