Skip to content

Commit

Permalink
require Java 17 in Oomph
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 14, 2023
1 parent 71dc87b commit 6e14418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devtools/org.eclipse.emf.parsley.oomph/EMFParsley.setup
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
label="EMF Parsley">
<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
Expand Down

0 comments on commit 6e14418

Please sign in to comment.