eclipse-cdt / cdt-lsp

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

Update to Eclipse Platform 4.32 #304

Closed ghentschke closed 2 months ago

ghentschke commented 2 months ago

@jonahgraham Do you have any idea how to fix this CI build error: [DEBUG] Failed to decrypt password for server github: org.sonatype.plexus.components.sec.dispatcher.SecDispatcherException: java.io.FileNotFoundException: /home/runner/.m2/settings-security.xml (No such file or directory)

ghentschke commented 2 months ago

The build fails because of a Java 21 dependency problem in docker tool (same for CDT): org.eclipse.linuxtools.docker.editor.ls 1.0.1.202404152346 requires Execution Environment that matches (&(osgi.ee=JavaSE)(version=21)) but the current resolution context uses [a.jre.javase 17.0.0]

@jonahgraham : Do you have an idea to fix that?