Merge pull request #538 from ryzech/fix/caffeine-relocate

Relocate caffeine to fix conflicts with other mods/plugins
This commit is contained in:
Zoë Gidiere
2025-12-14 16:11:16 +00:00
committed by GitHub

View File

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