Correct incorrect group for commons-cli dependency
This commit is contained in:
parent
fe50b6b85a
commit
1a25963371
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(group="org.apache", name="commons-cli", version="1.5.0")
|
||||
implementation(group="commons-cli", name="commons-cli", version="1.5.0")
|
||||
}
|
||||
|
||||
fun versionBanner(): String {
|
||||
|
|
Loading…
Reference in a new issue