Fix shadow, remove extra source jar in forge

This commit is contained in:
Kenzie Togami
2016-01-12 15:32:58 -08:00
parent e91859130c
commit e19820e04d
2 changed files with 16 additions and 9 deletions

View File

@ -67,7 +67,9 @@ shadowJar {
}
reobf {
shadowJar
shadowJar {
mappingType = 'SEARGE'
}
}
task deobfJar(type: Jar) {
@ -79,4 +81,4 @@ artifacts {
archives deobfJar
}
build.dependsOn(shadowJar)
build.dependsOn(reobfShadowJar)