konveyor / tackle-test-generator-cli

Apache License 2.0
58 stars 34 forks source link

Remove old Tackle-Test-Core jars when downloading Java library dependencies #245

Closed Vicky-Goldin closed 2 years ago

Vicky-Goldin commented 2 years ago

Description

Before, running download_lib_jars.sh didn't update the jars of tkltest-core (tackle-test-generator-unit-x.x.x.jar and tackle-test-generator-unit-x.x.x.jar) in lib/download. Updated the download_lib_jars.sh script to remove those jars from the m2 directory, which updates the jars in lib/download, so the cli runs with the updated version of the core.

Related to # (issue)

Type of Change

Please check the types of changes your PR introduces.

How Has This Been Tested?

Running the script locally redownloads the tackle-core jars in lib/download.

Checklist