Skip to content

Commit

Permalink
Exclude unused assets when building the jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Jul 17, 2016
1 parent 6c24ae1 commit f670cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ minecraft {
jar {
exclude "**/*.bat"
exclude "**/*.psd"
exclude "**/unused"

manifest {
attributes("FMLCorePluginContainsFMLMod": "true", "FMLCorePlugin": "vazkii.quark.base.asm.LoadingPlugin")
Expand Down

0 comments on commit f670cc2

Please sign in to comment.