From 2ac0390091005ed8cbccd932fd8470925f8d40ae Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Fri, 26 May 2017 19:28:50 +0300 Subject: [PATCH] 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 --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index feb86819745..8fd6cf48a42 100644 --- a/pom.xml +++ b/pom.xml @@ -595,6 +595,9 @@ eclipse-run compile + + JavaSE-1.8 +