You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the m2 Java server build fails because it tries to resolve ELK Version 0.9.0 which results in the following Error:
[ERROR] Failed to execute goal on project org.eclipse.glsp.layout: Could not resolve dependencies for project
org.eclipse.glsp:org.eclipse.glsp.layout:jar:2.1.0-SNAPSHOT: The following artifacts could not be resolved:
org.eclipse.elk:org.eclipse.elk.graph:eclipse-plugin:0.9.0 (absent), org.osgi:org.osgi.service.prefs:eclipse-plugin:1.1.2 (absent),
org.eclipse.elk:org.eclipse.elk.core:eclipse-plugin:0.9.0 (absent): org.eclipse.elk:org.eclipse.elk.graph:eclipse-plugin:0.9.0 was not found
in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not
reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
Currently the m2 Java server build fails because it tries to resolve ELK Version 0.9.0 which results in the following Error:
0.8.1 still works as expected
Looking at https://central.sonatype.com/artifact/org.eclipse.elk/org.eclipse.elk.core
it seems like some of the dependencies are now expected to be provided as eclipse plugin:
The text was updated successfully, but these errors were encountered: