We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 934f148 + f202f52 commit 1f3a3ddCopy full SHA for 1f3a3dd
build.gradle
@@ -186,6 +186,10 @@ shadowJar {
186
'kotlin/**/*.kotlin_metadata',
187
'kotlin/**/*.kotlin_builtins',
188
'META-INF/*.version'
189
+ minimize {
190
+ exclude(dependency('cabaletta:baritone-api:.*'))
191
+ exclude(dependency('org.spongepowered:mixin:.*'))
192
+ }
193
configurations = [project.configurations.jarLibs, project.configurations.onlyJarLibs]
194
relocate 'kotlin', 'com.lambda.shadow.kotlin'
195
relocate 'kotlinx', 'com.lambda.shadow.kotlinx'
0 commit comments