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 22d3263 commit 2ae64f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releng/org.eclipse.equinox.releng/Equinox.setup
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
storageURI="scope://Workspace"/>
<setupTask
xsi:type="jdt:JRETask"
version="JavaSE-17"
location="${jre.location-17}"/>
version="JavaSE-21"
location="${jre.location-21}"/>
<setupTask
xsi:type="setup.targlets:TargletTask"
targetName="Modular API Baseline Target"
Expand Down

0 comments on commit 2ae64f5

Please sign in to comment.