jcommander
jcommander copied to clipboard
Cannot access addObject
Hello,
I am trying to run the sample code but the addObject command in JCommander.newBuilder() .addObject(args) .build() .parse(argv); keeps telling me "addObject(java.lang.Object) in com.beust.jcommander.JCommander.Builder is defined in an inaccessible class or interface". I am using gradle and added the compile statement to gradle.build.
Thanks for your help!