We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed1d57 commit f04b856Copy full SHA for f04b856
server/Spigot/build.gradle.kts
@@ -55,9 +55,9 @@ tasks.jar {
55
tasks.shadowJar {
56
configurations = listOf(shadowCommon)
57
archiveFileName.set("HuHoBot-${project.version}-Spigot.jar")
58
- relocate("com.github.Anon8281.universalScheduler", "cn.huohuas001.huHoBot.spigot.universalScheduler")
59
- relocate("kotlinx.coroutines", "cn.huohuas001.huHoBot.libs.coroutines")
60
- relocate("io.ktor", "cn.huohuas001.huHoBot.libs.ktor")
+ relocate("com.github.Anon8281.universalScheduler", "cn.huohuas001.huhobot.spigot.universalScheduler")
+ relocate("kotlinx.coroutines", "cn.huohuas001.huhobot.libs.coroutines")
+ relocate("io.ktor", "cn.huohuas001.huhobot.libs.ktor")
61
// 去除重复文件(只需在这里配置一次)
62
mergeServiceFiles()
63
0 commit comments