Skip to content

Commit 99e201c

Browse files
fix: relocate folialib
fixes #166
1 parent b63400e commit 99e201c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/kotlin/pc.shadow-conventions.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ fun ShadowJar.configureRelocations() {
3131
relocate("com.google.errorprone", "net.pistonmaster.pistonchat.shadow.errorprone")
3232
relocate("com.github.benmanes.caffeine", "net.pistonmaster.pistonchat.shadow.caffeine")
3333
relocate("net.kyori", "net.pistonmaster.pistonchat.shadow.kyori")
34+
relocate("com.tcoded.folialib", "net.pistonmaster.pistonchat.shadow.folialib")
3435
}

0 commit comments

Comments
 (0)