v0.4.0 does not equip a Gradle task that does it. Therefore I need to pickup the jars and download them into the Drivers folder, which is quite tedious.
I want to do in the commandline:
$ cd katalon-studio-texts-diff/lib-project
$ gradle drivers
...
then I want 2 jars are silently downloaded and placed into the lib-project/Drivers folder.
Also I want to do
$ cd katalon-studio-texts-diff/app-prooject
$ gradle driers
...
then I want 3 jars are silently downloaded and placed into the app-project/Drivers folder.
v0.4.0 does not equip a Gradle task that does it. Therefore I need to pickup the jars and download them into the Drivers folder, which is quite tedious.
I want to do in the commandline:
then I want 2 jars are silently downloaded and placed into the
lib-project/Drivers
folder.Also I want to do
then I want 3 jars are silently downloaded and placed into the
app-project/Drivers
folder.