We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6929de7 commit c6eb2f4Copy full SHA for c6eb2f4
1 file changed
buildSrc/src/main/kotlin/DistributionConfig.kt
@@ -164,7 +164,6 @@ fun Project.configureDistribution() {
164
configurations = listOf(project.configurations["shaded"])
165
archiveClassifier.set("shaded")
166
version = project.version
167
- relocate("com.github.benmanes.caffeine", "com.dfsek.terra.lib.caffeine")
168
relocate("org.apache.commons", "com.dfsek.terra.lib.commons")
169
relocate("org.objectweb.asm", "com.dfsek.terra.lib.asm")
170
relocate("org.json", "com.dfsek.terra.lib.json")
0 commit comments