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 3804ae9 commit b4df832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releng/org.eclipse.pde.setup/PDE.setup
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,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="git:GitCloneTask"
id="github.clone.pde"
Expand Down

0 comments on commit b4df832

Please sign in to comment.