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.
[ ] Bug fix (non-breaking change that fixes an issue)
[ ] New feature (non-breaking change that adds functionality)
[ ] Refactoring (non-breaking code restructuring that preserves functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] Build-related update (CI workflow, test cases)
[ ] Documentation update
[ ] Other (please describe):
How Has This Been Tested?
Running the script locally redownloads the tackle-core jars in lib/download.
Checklist
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
Before, running
download_lib_jars.sh
didn't update the jars of tkltest-core (tackle-test-generator-unit-x.x.x.jar
andtackle-test-generator-unit-x.x.x.jar
) inlib/download
. Updated thedownload_lib_jars.sh
script to remove those jars from the m2 directory, which updates the jars inlib/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