Force a manifest

This commit is contained in:
Aidan C. Brady 2014-01-05 00:33:27 -05:00
parent dce4c918f4
commit d32537370c
2 changed files with 2 additions and 6 deletions

View file

@ -52,12 +52,6 @@ processResources
}
}
jar {
manifest {
attributes 'FMLCorePlugin': 'mekanism.common.asm.LoadingHook'
}
}
task moveSrc(type: Sync) {
from 'common'
into 'src/main/java'

View file

@ -0,0 +1,2 @@
Manifest-Version: 1.0
FMLCorePlugin: mekanism.common.asm.LoadingHook