kazurayam / katalon-studio-texts-diff

a demo how to utilise the java-diff-utils library in Katalon Studio
0 stars 0 forks source link

Gradle task that imports the dependecies from the Maven repositories into the Drivers folder #26

Open kazurayam opened 9 months ago

kazurayam commented 9 months ago

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.

kazurayam commented 9 months ago

How to implement the drivers task?

I have ever created something very similar in