Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
N1nt4nd0 authored Nov 25, 2019
1 parent ff221b9 commit d82548a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ task obfuscateProGuard(type: proguard.gradle.ProGuardTask) {
classobfuscationdictionary "$buildDir/proguard/class-dictionary.txt"
packageobfuscationdictionary "$buildDir/proguard/package-dictionary.txt"
obfuscationdictionary "$buildDir/proguard/fieldmethod-dictionary.txt"
repackageclasses "net.minecraftforge.common"
dontshrink
dontoptimize
printmapping "$buildDir/libs/proguard-" + project.tasks["jar"].archiveName + ".map"
Expand Down

0 comments on commit d82548a

Please sign in to comment.