Skip to content

Commit 6929de7

Browse files
authored
Merge pull request #538 from ryzech/fix/caffeine-relocate
Relocate caffeine to fix conflicts with other mods/plugins
2 parents a159deb + 9d747ae commit 6929de7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

buildSrc/src/main/kotlin/DistributionConfig.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ fun Project.configureDistribution() {
164164
configurations = listOf(project.configurations["shaded"])
165165
archiveClassifier.set("shaded")
166166
version = project.version
167+
relocate("com.github.benmanes.caffeine", "com.dfsek.terra.lib.caffeine")
167168
relocate("org.apache.commons", "com.dfsek.terra.lib.commons")
168169
relocate("org.objectweb.asm", "com.dfsek.terra.lib.asm")
169170
relocate("org.json", "com.dfsek.terra.lib.json")

0 commit comments

Comments
 (0)