eclipse-cdt / cdt-lsp

Eclipse CDT™ LSP Extensions for CDT
Eclipse Public License 2.0
26 stars 11 forks source link

Update docker image to Java 21 by default #312

Closed jonahgraham closed 5 months ago

jonahgraham commented 5 months ago

This synchronizes cdt-lsp to https://github.com/eclipse-cdt/cdt/pull/767 and makes the JIPP behave the same as GitHub actions that was changed in https://github.com/eclipse-cdt/cdt-lsp/pull/304

jonahgraham commented 5 months ago

@ghentschke this should help the Java 21 issues. This is building at the moment on https://ci.eclipse.org/cdt/job/cdt-lsp-jonahgraham-fork/ to make sure that it works before I merge.

jonahgraham commented 5 months ago

This built successfully on JIPP.

ghentschke commented 5 months ago

Thanks @jonahgraham !