> Is there an easy way to insure that versions.props only has necessary 
> dependencies listed? Ideally it would be just a top-level command.

If a dependency isn't used, check will fail. It's a feature of
palantir's version control plugin. The concrete task that does it is
named checkUnusedConstraints but you should not need to know it (or
care). Use check at the top level and it'll be run automatically.

> gradlew dependencies lists pretty much everything, is it the case that if a 
> dependency does _not_ show up in a project that it’s unused?

That's because solr depends on pretty much everything...

D.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to