Skip to content

Commit

Permalink
Fix build script fat jar reobfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss committed Mar 13, 2017
1 parent 93ad46b commit e4a4b8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions minecraft/1.11.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ task fatJar(type: Jar) {
attributes 'FMLAT': 'nova_at.cfg'
}
classifier = 'fat'

doLast {
reobfFatJar.execute()
}
}

artifacts {
Expand Down

0 comments on commit e4a4b8f

Please sign in to comment.