ben-manes / gradle-versions-plugin

Gradle plugin to discover dependency updates
Apache License 2.0
3.86k stars 199 forks source link

Hint about `--info` should not be shown if running with `--info` #726

Open Vampire opened 1 year ago

Vampire commented 1 year ago

I have some unresolved dependencies and when running without --info the heading says to use --info to get more details. But when running with --info, this hint is still shown.

It should not be shown when already running with --info.