ConsoleProgressBar: auto-trim text info to fit expected length.

This commit is contained in:
Jonathan Bernard
2015-06-28 06:52:18 -05:00
parent 84b3c3fa23
commit 4b4998026f
2 changed files with 6 additions and 3 deletions

View File

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