1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Update JRE in oomph to require >= 17

Fixes #350
This commit is contained in:
Jonah Graham 2023-04-02 16:17:47 -04:00
parent 2c30db5fd2
commit 5cc606f29e

View file

@ -67,8 +67,8 @@
</setupTask>
<setupTask
xsi:type="jdt:JRETask"
version="JavaSE-11"
location="${jre.location-11}">
version="JavaSE-17"
location="${jre.location-17}">
<description>Define the JRE needed to compile and run the Java projects of ${scope.project.label}</description>
</setupTask>
<setupTask