Force a manifest
This commit is contained in:
parent
dce4c918f4
commit
d32537370c
2 changed files with 2 additions and 6 deletions
|
@ -52,12 +52,6 @@ processResources
|
|||
}
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes 'FMLCorePlugin': 'mekanism.common.asm.LoadingHook'
|
||||
}
|
||||
}
|
||||
|
||||
task moveSrc(type: Sync) {
|
||||
from 'common'
|
||||
into 'src/main/java'
|
||||
|
|
2
etc/core/META-INF/MANIFEST.MF
Normal file
2
etc/core/META-INF/MANIFEST.MF
Normal file
|
@ -0,0 +1,2 @@
|
|||
Manifest-Version: 1.0
|
||||
FMLCorePlugin: mekanism.common.asm.LoadingHook
|
Loading…
Add table
Reference in a new issue