Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/getDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
<matches pattern="^(11|1[89]|2[023])$" string="${JDK_VERSION}"/>
</condition>
<!-- versions 17, 21 -->
<condition property="jtregTar" value="jtreg_7_5_2_1">
<condition property="jtregTar" value="jtreg_8_3_1">
<matches pattern="^(17|21)$" string="${JDK_VERSION}"/>
</condition>
<!-- version 24 -->
<condition property="jtregTar" value="jtreg_7_4_1">
<matches pattern="^24$" string="${JDK_VERSION}"/>
</condition>
<!-- version 25 -->
<condition property="jtregTar" value="jtreg_8_2">
<condition property="jtregTar" value="jtreg_8_3_1">
<matches pattern="^25$" string="${JDK_VERSION}"/>
</condition>
<!-- version 26 -->
Expand Down