Initial commit: com.jdbernard.util.ConsoleProgress

This commit is contained in:
Jonathan Bernard
2016-01-25 14:17:10 -06:00
parent 54c1246210
commit b947a3cf35
3 changed files with 83 additions and 0 deletions

14
build.gradle Normal file
View File

@ -0,0 +1,14 @@
apply plugin: "groovy"
apply plugin: "maven"
group = "com.jdbernard"
version = "1.0"
repositories {
mavenLocal()
mavenCentral()
}
dependencies {
compile localGroovy()
}