Skip to content

Commit c16b6ce

Browse files
更新一下项目构建信息
1 parent 606fa9e commit c16b6ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929
dependencies {
3030
compileOnly("org.spigotmc:spigot:1.19-R0.1-SNAPSHOT")
3131
compileOnly("net.luckperms:api:5.4")
32-
compileOnly("me.clip:placeholderapi:2.11.1")
32+
compileOnly("me.clip:placeholderapi:2.11.6")
3333
compileOnly("io.lumine:Mythic-Dist:5.3.5")
3434
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
3535
implementation("com.crypticlib:bukkit:1.1.5")
@@ -60,7 +60,7 @@ tasks {
6060
shadowJar {
6161
archiveFileName.set("DeathMessage-$version.jar")
6262
relocate("crypticlib", "pers.yufiria.deathmsg.crypticlib")
63-
relocate("kotlin", "pers.yufiria.deathmsg.libs.kotlin")
63+
relocate("kotlin", "kotlin1920")
6464
relocate("org.intellij.lang.annotations", "pers.yufiria.deathmsg.libs.intellij.lang.annotations")
6565
relocate("org.jetbrains.annotations", "pers.yufiria.deathmsg.libs.jetbrains.annotations")
6666
}

0 commit comments

Comments
 (0)