ssi-schaefer / lcdsl

Eclipse Launch Configuration DSL (Xtext based)
Eclipse Public License 1.0
23 stars 12 forks source link

Compile error due to using API 11, but 1.8 on classpath #67

Closed Bananeweizen closed 2 years ago

Bananeweizen commented 2 years ago

The project is currently in an inconsistent state and does not compile, if the JDK is setup correctly. It uses methods from Java 11 (List.of(...)), but compiles with 1.8 and has BREE 1.8. Would you prefer fixing the code to be 1.8 compatible again, or rather upgrade BREE and jdt settings to 11 (what I would very much prefer)?

mduft commented 2 years ago

Heh, yeah, it is developed in a 11 environment, so that can happen unfortunately. I would prefer 11, yes.