-
Notifications
You must be signed in to change notification settings - Fork 92
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
[3.2] Update QOSDK to 6.3.3 #1019
Conversation
/cc @aloubyansky @gsmet |
Not sure what this needs, I did run |
It's because you have the Gradle Maven repo enabled in your settings while it's not enabled in the CI and most of our local configs, it results in gradle-tooling-api added to the quarkus-bom. |
Hmm, I don't recall doing anything specific. I'm not even sure what this "Gradle Maven repo" is supposed to refer to, to be honest… What do I need to do to fix the issue? |
It seems like you have https://repo.gradle.org/artifactory/libs-releases or a mirror of it enabled in your settings. If you disable it it should fix the check. |
I don't, though. |
Of note, I've opened several similar PRs with the exact same configuration without issue before so I don't know why this would failing now. |
And if you re-sync it it's still the same? |
yes |
Hmm, that said, the PR was opened by a bot, so it probably has different settings than I do. That said, this also isn't the first PR opened by the bot either so 🤷🏼 |
Make sure that you have run
./mvnw -Dsync
and included the changes in your pull request (preferably in the same commit, unless it makes sense to do otherwise).Thanks!