dropbox / dependency-guard

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

Move to use Gradle's Logger instead of println() #26

Open handstandsam opened 2 years ago

handstandsam commented 2 years ago

For best practice, use the built in Gradle logger.