From c6eb2f49f3035c39e472691dee6ecd43638282b3 Mon Sep 17 00:00:00 2001 From: Zoe Gidiere Date: Wed, 17 Dec 2025 01:20:33 -0700 Subject: [PATCH] Revert "Merge pull request #538 from ryzech/fix/caffeine-relocate" This reverts commit 6929de7b6127f3cbee538789599f06ff79e0cc7a, reversing changes made to a159debe3efd409045c3d7865d5e771b69560ad5. --- buildSrc/src/main/kotlin/DistributionConfig.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/DistributionConfig.kt b/buildSrc/src/main/kotlin/DistributionConfig.kt index 2e2adf3a6..0ad6c4491 100644 --- a/buildSrc/src/main/kotlin/DistributionConfig.kt +++ b/buildSrc/src/main/kotlin/DistributionConfig.kt @@ -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")