Donát Csikós
Donát Csikós
I still have a long way to go until I finish #1163. The build is ancient and contains a large amount of technical debt.
@CsCherrYY the wrapper in the project has been updated to 7.4. Can you please check if we can use toolchains in this PR?
I'm looking into this. Glancing through `buildSrc`, it seems the runtime Eclipse process created by the `eclipseTest` task always uses the same Java version as the build.
@CsCherrYY There was a bug in the `eclipseTest` implementation. The task always used the same JDK from the running build. Now you can pass `-Peclipse.test.java.version=17` to tell the build to...
@CsCherrYY Cool. Let me know when I should take another look. Also, don't hesitate to reach out if you are stuck, I'm happy to help.
Sure, I'll take a look soon.
@CsCherrYY I've added your changes to the `.teamcity` directory manually: https://github.com/eclipse/buildship/commit/c2de4a09f8a1c6f4777141aa94b6003e487c8a57 (hence the merge conflict) This way it will be easier to test your changes. Update: I've resolved the conflict...
> One thing to mention is that it seems not work with JDK 18 so I didn't put it in the compatibility matrix. Maybe related to the eclipse platform? It's...
@CsCherrYY let me know if I can help with anything here.