Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index feb86819745..8fd6cf48a42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -595,6 +595,9 @@
<goal>eclipse-run</goal>
</goals>
<phase>compile</phase>
+ <configuration>
+ <executionEnvironment>JavaSE-1.8</executionEnvironment>
+ </configuration>
</execution>
</executions>
</plugin>

Back to the top