Skip to content

Commit

Permalink
Remove unused 3rd party jars in tests (adoptium#4843)
Browse files Browse the repository at this point in the history
- Remove unused 3rd party jars in tests

Signed-off-by: LongyuZhang <longyu.zhang@ibm.com>
  • Loading branch information
LongyuZhang authored and llxia committed Nov 22, 2023
1 parent 0cffeb2 commit 80b68fc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions openjdk/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,6 @@
<property name="jtregTar" value="jtreg_6_1"/>
</then>
</elseif>
<elseif>
<!-- versions 18, 19 -->
<matches pattern="^1[89]$" string="${JDK_VERSION}"/>
<then>
<property name="jtregTar" value="jtreg_6_1_1"/>
</then>
</elseif>
<elseif>
<!-- version 20 -->
<matches pattern="^20$" string="${JDK_VERSION}"/>
<then>
<property name="jtregTar" value="jtreg_7_1_1_1"/>
</then>
</elseif>
<elseif>
<!-- version 21, 22 -->
<matches pattern="^2[12]$" string="${JDK_VERSION}"/>
Expand Down

0 comments on commit 80b68fc

Please sign in to comment.