Note: this question is similar to this one, but the answers there did not work for me. I have an odd problem: using Maven in the command line, my build is succesful, but imported in Eclipse it still shows errors. In particular, I’m trying to build the open-source rosetta-dsl project, which is a multi module Maven project containing Xtext and
Tag: xtend
Xtend force java 7 language level
I am using Xtend in intellij from the Xtend-plugin. My project language level is set to Java 8 and Xtend compiles fine to Java 8 (e.g. using lambda expressions). For specific reasons, I need Xtend to generate Java 7 code, without changing the language level of my remaining project (Java 8). In the Xtend project settings I can set the