https://github.com/quarkusio/quarkus/pull/21055 removed the relocations from snapshot builds and now builder-image-apps/quarkus-vertx fails to build when setting quarkus-version to 999-SNAPSHOT and building it from Quarkus' main branch.
The error message is:
[ERROR] Failed to execute goal on project quarkus-vertx: Could not resolve dependencies for project org.acme:quarkus-vertx:jar:1.0.0-SNAPSHOT: Could not find artifact io.quarkus:quarkus-vertx-web:jar:999-SNAPSHOT -> [Help 1]
https://github.com/quarkusio/quarkus/pull/21055 removed the relocations from snapshot builds and now
builder-image-apps/quarkus-vertx
fails to build when settingquarkus-version
to999-SNAPSHOT
and building it from Quarkus'main
branch.The error message is:
See https://github.com/graalvm/mandrel/runs/4160474815?check_suite_focus=true