dropbox / dependency-guard

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

Using Primitives in Static Validator Methods #85

Closed handstandsam closed 1 year ago

handstandsam commented 1 year ago

Small cleanup to pass in more primitive values into the validators. The goal here was to remove some of the complexity of passing around a Project object.