Improved delivery size by cleaning up assets

This commit is contained in:
LemADEC 2015-12-06 04:31:10 +01:00
parent 9e2b4a6a40
commit 5ce3853adb

View file

@ -55,6 +55,8 @@ processResources
// this will ensure that this task is redone when the versions change.
inputs.property "version", project.version
inputs.property "mcversion", project.minecraft.version
exclude '**/*.pdn'
exclude '**/*.psd'
// replace stuff in mcmod.info, nothing else
from(sourceSets.main.resources.srcDirs) {