-
Notifications
You must be signed in to change notification settings - Fork 266
Downgrade sonar scanner gradle plugin to v6.2.0.5505
#5234
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
Conversation
It seems like the latest version was removed from the gradle plugin portal somehow.
v6.2.0.5505
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I faced the issue too, but was expecting that it was a temporary issue...
Me too, but it's blocking a release so we need to downgrade it now 🫤 . |
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5234 +/- ##
========================================
Coverage 80.21% 80.21%
========================================
Files 2241 2241
Lines 61484 61484
Branches 7791 7791
========================================
Hits 49319 49319
Misses 9310 9310
Partials 2855 2855 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Content
Downgrade the sonarqube scanner gradle plugin to
v6.2.0.5505
. It seems like the latest version (6.3.0.5676) was removed from the gradle plugin portal somehow.Motivation and context
Fix builds not using cache.
Checklist