Fixes empty designer jar
This commit is contained in:
parent
70f458d089
commit
58acfb9337
1 changed files with 4 additions and 3 deletions
|
@ -115,9 +115,10 @@ task deobfJar(type: Jar) {
|
|||
task designerJar(type: Jar) {
|
||||
from sourceSets.main.output
|
||||
classifier = 'designer'
|
||||
exclude "techreborn/**"
|
||||
include "techreborn/manual/designer"
|
||||
include "techreborn/manual/saveFormat"
|
||||
include "techreborn/manual/designer/**"
|
||||
include "techreborn/manual/saveFormat/**"
|
||||
include "assets/techreborn/designer/**"
|
||||
include "assets/techreborn/textures/manual/**"
|
||||
manifest { attributes 'Main-Class': 'techreborn.manual.designer.ManualDesigner' }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue