dependency-analysis-gradle-plugin icon indicating copy to clipboard operation
dependency-analysis-gradle-plugin copied to clipboard

`fixDependencies` is too noisy

Open BraisGabin opened this issue 9 months ago • 1 comments

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

BraisGabin avatar Apr 09 '25 09:04 BraisGabin

Thanks for the issue. I don't disagree with you! PRs welcome.

autonomousapps avatar Apr 10 '25 23:04 autonomousapps