Add commons-cli dependency to gradle project configuration
This commit is contained in:
parent
ae11042442
commit
fe50b6b85a
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation(group="org.apache", name="commons-cli", version="1.5.0")
|
||||||
|
}
|
||||||
|
|
||||||
fun versionBanner(): String {
|
fun versionBanner(): String {
|
||||||
val os = ByteArrayOutputStream()
|
val os = ByteArrayOutputStream()
|
||||||
val devNull = OutputStream.nullOutputStream()
|
val devNull = OutputStream.nullOutputStream()
|
||||||
|
|
Loading…
Reference in a new issue