Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
Updates jcommander version to 1.71 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal-james-zcheng authored and yunikkk committed Oct 1, 2017
1 parent 32a3676 commit 0bace71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer/src/main/kotlin/com/gojuno/composer/Args.kt
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ fun parseArgs(rawArgs: Array<String>): Args {
}

val jCommanderArgs = JCommanderArgs()

JCommander(jCommanderArgs, *rawArgs)
val jCommander = JCommander.newBuilder().addObject(jCommanderArgs).build()
jCommander.parse(*rawArgs)

return jCommanderArgs.let {
Args(
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext.versions = [
kotlin : '1.1.1',

rxJava : '1.3.0',
jCommander : '1.66',
jCommander : '1.71',
commander : '0.1.1',
apacheCommonsIo : '2.5',
apacheCommonsLang: '3.5',
Expand Down

0 comments on commit 0bace71

Please sign in to comment.