Skip to content

Commit

Permalink
Add lib jcommander for smoke test (adoptium#3723)
Browse files Browse the repository at this point in the history
- Add lib jcommander for smoke test

Signed-off-by: LongyuZhang <longyu.zhang@ibm.com>
Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
  • Loading branch information
LongyuZhang and karianna authored Mar 25, 2024
1 parent 17b50e9 commit de92492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/buildAndPackage/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!--Properties for this particular build-->
<property name="src" location="./src"/>
<property name="build" location="./bin"/>
<property name="LIB" value="testng"/>
<property name="LIB" value="testng,jcommander"/>
<import file="${TEST_ROOT}/TKG/scripts/getDependencies.xml"/>

<target name="init">
Expand Down

0 comments on commit de92492

Please sign in to comment.