dropbox / dependency-guard

A Gradle plugin that guards against unintentional dependency changes.
Apache License 2.0
406 stars 15 forks source link

Set `artifacts=true` and `modules=false` as the default config. #16

Closed handstandsam closed 2 years ago

handstandsam commented 2 years ago

Current in the configuration, both modules and artifacts default to true.

I've seen in a few projects modules being set to false. Which value makes the most sense as a default?