-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update build to use the new core-bom #142
Conversation
We now need to import the catalogs from any module we consume, they are no longer provided in core. We cannot pull the platform bom, as this would introduce a circular dependency.
This reverts commit 9a343c4.
Something is caching the snapshot 🤔 locally, I can use @sdelamo can you think what may be holding onto old snapshots? Or see what I've done wrong? |
If this goes green I'm going to merge it as it's just updating the build to the latest settings style, and renovate PRs are starting to pile up behind it |
hehe, once the license/cla action finishes 🫠 |
It happened to me some time ago. I had to commit something dummy (like new line, space or something) to trigger new build that completed then ¯\(ツ)/¯ |
Kudos, SonarCloud Quality Gate passed! |
@radovanradic Good call 😎 |
We now need to import the catalogs from any module we consume, they are no longer provided in core.
We cannot pull the platform bom, as this would introduce a circular dependency.