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
Building a maven project, with java 17.0.1 or newer, fails with compilation failures after:
[WARNING] The POM for io.vertx:vertx-consul-client:jar:4.1.5 is invalid, transitive dependencies (if any) will not be available: 1 problem was encountered while building the effective model for io.vertx:vertx-consul-client:4.1.5
[ERROR] Failed to determine activation for profile java-17 @
Version
4.1.5
Context
Building a maven project, with java 17.0.1 or newer, fails with compilation failures after:
The problematic thing is:
Commenting out the profile makes the build pass.
Do you have a reproducer?
The problem is visible in SmallRye Stork: https://github.com/smallrye/smallrye-stork/
Steps to reproduce
Extra
I see the CI build for this project fails now too with the same error
The text was updated successfully, but these errors were encountered: