-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Allow configuration of printing duplicate declerations #507
Comments
Thanks for the request. Could you elaborate on the use case you have for that warning? As you can see, it's never been formalized. |
It is more that we would like to disable it then to actually use it. It produces a lot of noise for us on 'issues' which are not a priority at this time. |
Got it. I think the most likely direction here would be adding support for another system property. Although since this happens in a task action, a dsl property would also be possible. |
I think for now I'm just going to disable the warning. Maybe turn it into info-level logging. At least until such time as I have the concept modeled properly (if ever). |
Resolved via eafc9b5. |
Is your feature request related to a problem? Please describe.
Currently the
locateDependencies<VARIANT>
are printing duplicate declarations which can be lost in large Gradle projects. This also prevents proper caching of this task as an up-to-date/from-cache is not executing any println'sDescribe the solution you'd like
Include the duplicate declarations as a separate category for the
projectHealth
, which can be configurable to print or not to print.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: