dependency-analysis-gradle-plugin
dependency-analysis-gradle-plugin copied to clipboard
`fixDependencies` is too noisy
Plugin version 2.14.0
Describe the bug
./gradlew fixDependencies is really verbose. For every single module in my project DAGP generates an input like this:
Fixing dependencies for /path
Even when there are no suggestions for that module.
On top of that gradle makes it even worst:
> Task :module
Fixing dependencies for /path
At the end the console ends up with 3 lines of noise because the plugin didn't fix anything on that module.
Just to be clear, I'm completely fine with this message when there are suggestions and they are applied. I'm only complaining for the cases where there aren't suggestions.
Expected behavior No suggestions to be applied -> No output
Thanks for the issue. I don't disagree with you! PRs welcome.