File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repositories {
2929dependencies {
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 }
You can’t perform that action at this time.
0 commit comments