Skip to content

Commit

Permalink
The setup JRE task should configure Java 21 now
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Dec 16, 2024
1 parent 3864b2e commit c71f228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.jdt.releng/JDT.setup
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
</setupTask>
<setupTask
xsi:type="jdt:JRETask"
version="JavaSE-17"
location="${jre.location-17}"/>
version="JavaSE-21"
location="${jre.location-21}"/>
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
Expand Down

0 comments on commit c71f228

Please sign in to comment.