novoda / gradle-build-properties-plugin

Keep your secrets secret. External build properties support for your Gradle scripts.
Other
110 stars 13 forks source link

Consolidate public API to create/fill entries #34

Closed mr-archano closed 7 years ago

mr-archano commented 7 years ago

It would be better to consolidate the API to fill a properties set. Ideally file(File, String) would be deprecated in favour of from(File)

mr-archano commented 7 years ago

Fixed in #32