Fix somehow having 2 mcmod.info files in the Mekanism jar.
This commit is contained in:
parent
8d36e9a152
commit
249638ef41
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ task coreJar(type: Jar) {
|
|||
}
|
||||
|
||||
from zipTree(reobf.outputs.getFiles().getSingleFile()).matching {
|
||||
exclude 'mekanism/tools/**', 'mekanism/generators/**'
|
||||
exclude 'mekanism/tools/**', 'mekanism/generators/**', 'mcmod.info'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue