Initial commit: com.jdbernard.util.ConsoleProgress
This commit is contained in:
14
build.gradle
Normal file
14
build.gradle
Normal file
@ -0,0 +1,14 @@
|
||||
apply plugin: "groovy"
|
||||
apply plugin: "maven"
|
||||
|
||||
group = "com.jdbernard"
|
||||
version = "1.0"
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile localGroovy()
|
||||
}
|
Reference in New Issue
Block a user