Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

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

Closed zakkak closed 2 years ago

zakkak commented 2 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