Some shading fixes

This commit is contained in:
Kenzie Togami
2019-10-19 00:48:49 -07:00
parent a273e55e7a
commit 91a78f725a
4 changed files with 7 additions and 0 deletions

View File

@ -110,6 +110,7 @@ fun Project.applyShadowConfiguration() {
exclude("GradleStart**")
exclude(".cache")
exclude("LICENSE*")
exclude("META-INF/maven/**")
minimize()
}
}