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

This reverts commit 6929de7b61, reversing
changes made to a159debe3e.
This commit is contained in:
Zoe Gidiere
2025-12-17 01:20:33 -07:00
parent 6929de7b61
commit c6eb2f49f3

View File

@@ -164,7 +164,6 @@ 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")