You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to use KGCLReader on strings in addition to files.
KGCLReader returns an empty list rather than null upon errors.
ROBOT apply command:
Allow using -k and/or -K options more than once.
Add --(no-)reject-file options.
Release artifacts
kgcl-0.2.0.jar is the base Java library containing only the code from this project (dependencies are not included);
kgcl-robot-plugin-0.2.0.jar additionally includes the dependencies that are not already provided by the standard ROBOT distribution; as such, that file is suitable for use as a ROBOT plugin, if you have a version of ROBOT that supports such plugins;
kgcl-robot-standalone-0.2.0.jar includes a full distribution of ROBOT 1.9.4, where the apply command from this project is readily available as a built-in command.