Exactly what the title says.
I've inherited a legacy project using gradle and the interdependence of modules is giving me a headache. Is there a plugin/process/black magic that'll fail the build on unused dependencies?
Exactly what the title says.
I've inherited a legacy project using gradle and the interdependence of modules is giving me a headache. Is there a plugin/process/black magic that'll fail the build on unused dependencies?
Not a direct answer, but closely related.
With DepClean, you can break a Maven build if there are unused dependencies