Open vbrandl opened 6 years ago
Anything new on this issue?
Hi @vbrandl unfortunately, we are not using unused-dependencies
at this moment and we don't have spare capacity to investigate details. Sorry about that. The only thing I can suggest right now is not to enable this specific rule. Our current plan is get back to it in the following 3 months.
Enabling the Spotbugs plugin for Gradle causes the plugin to lint every single dependency as
unused-dependency
while using the Findbugs plugin works fine.The issue can be reproduced, using the following minimal
build.gradle
and test class: