hideSecret Generating Files in Root 's`src/main/`
StuStirling opened this issue · 1 comments
StuStirling commented
When using the plugin I was expecting the files to be generated in app/src/main/cpp
however they were just placed in the root of my project. Is it the intention the required files are not put in the main app module?
Something like the following might be useful when running different flavors. ./gradlew hideSecrets -Pkey=1234 -PkeyName=Tester -Pdirectory=app/src/qa
StuStirling commented
Ok, I was too hasty. The problem was that I was applying the plugin in my root build.gradle
file.
I missed the following in the ReadMe..
In your Module level build.gradle: