Hopefully get that manifest working

This commit is contained in:
Aidan C. Brady 2014-01-05 00:37:09 -05:00
parent d32537370c
commit ae38aef7b8
2 changed files with 1 additions and 0 deletions

View file

@ -67,6 +67,7 @@ task moveRes(type: Sync) {
task coreJar(type: Jar) {
dependsOn 'reobf'
manifest = 'etc/core/MANIFEST.MF'
baseName = 'Mekanism'
from 'etc/core'
from zipTree(reobf.outputs.getFiles().getSingleFile()).matching {