releng: Enforce JavaSE-1.8 EE for tycho-eclipserun-plugin

Needed as otherwise tycho picks up the java executable from the path and
execs with it.

Change-Id: I44b838454e7faaa0e3bbcdfcd1e66d65ca8b5ac2
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2017-05-26 19:28:50 +03:00
parent 35d0e13240
commit 2ac0390091

View file

@ -595,6 +595,9 @@
<goal>eclipse-run</goal> <goal>eclipse-run</goal>
</goals> </goals>
<phase>compile</phase> <phase>compile</phase>
<configuration>
<executionEnvironment>JavaSE-1.8</executionEnvironment>
</configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>