Open
Description
When consuming the artifacts from the Maven bundle on Oracle GraalVM EA Builds (e.g. here), produces an artifact tree which is invalid; when resolving Espresso artifacts through this Maven repository, there is a missing library at the coordinates:
org.graalvm.espresso:espresso-shared
This library cannot be found at version 25.0.0-SNAPSHOT
. Forcing the library to be omitted during resolution seems to work for now (via Gradle).