ConsoleProgressBar: Prevent max from being non-positive.

This commit is contained in:
Jonathan Bernard
2015-06-28 08:49:42 -05:00
parent 14903c866c
commit 1d3f8d71e2
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apply plugin: "groovy"
apply plugin: "maven"
group = "com.jdbernard"
version = "3.7"
version = "3.8"
repositories {
mavenCentral() }