Closed
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
dist/quarkus
Describe the bug
Snapshots are now published on a new Central Portal URL[1]: https://central.sonatype.com/repository/maven-snapshots. This causes quarkus-next GHA to consume an older snapshot[2], which gives us inaccurate results.
[1] quarkusio/quarkus@d8739d2
[2] https://s01.oss.sonatype.org/content/repositories/snapshots/io/quarkus/platform/quarkus-bom/999-SNAPSHOT/
Version
nightly
Regression
- The issue is a regression
Expected behavior
To use the Quarkus nightly snapshot.
Actual behavior
Uses an older snapshot (from May 23rd).
How to Reproduce?
Trigger quarkus-next action.
Anything else?
No response