Fix reobfuscation issue, bump version

Closes #1
This commit is contained in:
Shadowfacts 2016-09-22 18:13:04 -04:00
parent 99b5b2fc22
commit efacae715f
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
2 changed files with 10 additions and 2 deletions

View File

@ -93,4 +93,12 @@ tasks.build.dependsOn shadowJar
artifacts {
archives shadowJar
}
}
reobf {
shadowJar {
mappingType = "SEARGE"
}
}
tasks.reobfShadowJar.mustRunAfter shadowJar
tasks.build.dependsOn reobfShadowJar

View File

@ -1,4 +1,4 @@
mod_version = 1.0.5-SNAPSHOT
mod_version = 1.0.5
group = net.shadowfacts
archivesBaseName = Forgelin