graalvm / mandrel-packaging

6 stars 8 forks source link

builder-image-apps/quarkus-vertx fails to build with 999-SNAPSHOT produced from Quarkus main branch #199

Closed zakkak closed 3 years ago

zakkak commented 3 years ago

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]

See https://github.com/graalvm/mandrel/runs/4160474815?check_suite_focus=true

zakkak commented 3 years ago

Ooops wrong repository!