gradle-lint-plugin
gradle-lint-plugin copied to clipboard
Add rule to reflect replaced/substituted dependencies
We already have a rule to change the version of a declared dependency when the conflict resolved version differs from the declared first orders. We should do the same for replaced/substituted dependencies.
This refers to resolutionStrategy.useTarget, etc.