-
I just switched my development environment to Eclipse 2022-03, updated from Java 11 to 17, and switched from tycho 2.5.0 to 2.7.0. The build works fine if I run it single threaded. However, when I run a parallel build (which used to work before) I get compiler error like the one below. Interestingly, these are plugin projects with BREE JavaSE-17. Other projects with BREE JavaSE-11 or 8 compile just fine in the parallel build. I am at a loss where to even start investigating. Does anybody have an idea what could be the cause for the error?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This has been resolved. The tycho-compiler-plugin was configured wrong for the project. |
Beta Was this translation helpful? Give feedback.
This has been resolved. The tycho-compiler-plugin was configured wrong for the project.