mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
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:
parent
35d0e13240
commit
2ac0390091
1 changed files with 3 additions and 0 deletions
3
pom.xml
3
pom.xml
|
@ -595,6 +595,9 @@
|
|||
<goal>eclipse-run</goal>
|
||||
</goals>
|
||||
<phase>compile</phase>
|
||||
<configuration>
|
||||
<executionEnvironment>JavaSE-1.8</executionEnvironment>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue