klaxit/hidden-secrets-gradle-plugin

hideSecretFromPropertiesFile not working!

mehdi-salehi opened this issue · 1 comments

I got this error when read data from credentials.properties file

$: gradlew hideSecretFromPropertiesFile -PpropertiesFileName=credentials.properties -Ppackage=com.sample.test

FAILURE: Build failed with an exception.

  • What went wrong:
    Task '.properties' not found in project ':app'. Some candidates are: 'properties'.

Hello @mehdi-salehi did you find the issue ? I think there is an error in your command line because it is not interpreted as expected.