Skip to content

Commit f04b856

Browse files
authored
Update build.gradle.kts
1 parent 9ed1d57 commit f04b856

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/Spigot/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ tasks.jar {
5555
tasks.shadowJar {
5656
configurations = listOf(shadowCommon)
5757
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")
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")
6161
// 去除重复文件(只需在这里配置一次)
6262
mergeServiceFiles()
6363

0 commit comments

Comments
 (0)