Skip to content

Commit

Permalink
Bumped requierd JRE to 1.8
Browse files Browse the repository at this point in the history
Since we have a hard dependency on Java 8 for the Xtext >2.10 I bumpbed
the oomph setup required JRE to 1.8
  • Loading branch information
ghaith committed Apr 29, 2017
1 parent b1fe550 commit 96175f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jnario.setup
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
label="Jnario">
<setupTask
xsi:type="jdt:JRETask"
version="JavaSE-1.7"
location="${jre.location-1.7}">
version="JavaSE-1.8"
location="${jre.location-1.8}">
<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 96175f0

Please sign in to comment.