Skip to content

Commit

Permalink
Update to use jtreg 7.3.1 (#4793)
Browse files Browse the repository at this point in the history
See adoptium/jdk21u@6e54e82

Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo authored Sep 28, 2023
1 parent d6373e7 commit 27a8c00
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions openjdk/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,8 @@
</then>
</elseif>
<elseif>
<!-- version 21 -->
<matches pattern="^21$" string="${JDK_VERSION}"/>
<then>
<property name="jtregTar" value="jtreg_7_2_1"/>
</then>
</elseif>
<elseif>
<!-- version 22 -->
<matches pattern="^22$" string="${JDK_VERSION}"/>
<!-- version 21, 22 -->
<matches pattern="^2[12]$" string="${JDK_VERSION}"/>
<then>
<property name="jtregTar" value="jtreg_7_3_1_1"/>
</then>
Expand Down

0 comments on commit 27a8c00

Please sign in to comment.