Hopefully that'll do it!

This commit is contained in:
Aidan C. Brady 2014-01-05 00:40:12 -05:00
parent ae38aef7b8
commit 56f3c7f79a

View file

@ -67,8 +67,12 @@ task moveRes(type: Sync) {
task coreJar(type: Jar) {
dependsOn 'reobf'
manifest = 'etc/core/MANIFEST.MF'
baseName = 'Mekanism'
manifest {
attributes 'FMLCorePlugin': 'mekanism.common.asm.LoadingHook'
}
from 'etc/core'
from zipTree(reobf.outputs.getFiles().getSingleFile()).matching {
exclude 'mekanism/tools/**', 'mekanism/generators/**'