Skip to content

Commit

Permalink
Merge pull request #485 from JasonFengJ9/jdk23tkg
Browse files Browse the repository at this point in the history
Add JDK 23 support in getDependency
  • Loading branch information
smlambert committed Jan 4, 2024
2 parents f54cdc5 + edceefa commit 7475e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/getDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
</then>
</elseif>
<elseif>
<!-- versions 17, 21, 22 -->
<matches pattern="^(17|2[12])$" string="${JDK_VERSION}"/>
<!-- versions 17, 21, 22, 23 -->
<matches pattern="^(17|2[123])$" string="${JDK_VERSION}"/>
<then>
<property name="jtregTar" value="jtreg_7_3_1_1"/>
</then>
Expand Down

0 comments on commit 7475e03

Please sign in to comment.