Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebFenton committed Sep 28, 2015
1 parent d801489 commit c767091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simplify/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ tasks.getByPath('build').dependsOn(fatJar)
task proguard(type: proguard.gradle.ProGuardTask, dependsOn: fatJar) {
def outFile = fatJar.destinationDir.getPath() + '/' + fatJar.baseName + '-' + fatJar.version + '-proguard' + '.' + fatJar.extension

print fatJar.archivePath
injars fatJar.archivePath
outjars outFile

Expand Down

0 comments on commit c767091

Please sign in to comment.