Relocate caffeine to fix conflicts with other mods/plugins

This commit is contained in:
RyzechDev
2025-11-19 10:14:22 -06:00
parent 3cf11a9ad4
commit 9d747aed71

View File

@@ -164,6 +164,7 @@ fun Project.configureDistribution() {
configurations = listOf(project.configurations["shaded"])
archiveClassifier.set("shaded")
version = project.version
relocate("com.github.benmanes.caffeine", "com.dfsek.terra.lib.caffeine")
relocate("org.apache.commons", "com.dfsek.terra.lib.commons")
relocate("org.objectweb.asm", "com.dfsek.terra.lib.asm")
relocate("org.json", "com.dfsek.terra.lib.json")