novoda / gradle-build-properties-plugin

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

Remove deprecated annotation on BuildProperties.file method #59

Closed ataulm closed 6 years ago

ataulm commented 6 years ago

Fixes #58

The PR will: Remove the deprecated annotation on the BuildProperties.file method

Because: There's a groovy/gradle issue where having this method deprecated will highlight the file() method on Project as deprecated