Hi, I created a gradle plugin and using it in my product build.gradle file. The plugin is consumed from Maven repository which requires authentication.
Now, the problem is including credentials in buildScript which is exposed to several audience. Is there any other way to avoid hardcoding of password in build.gradle file.
I have the same question but want to avoid storing the password in any file. Is there any way to get gradle to prompt me for the password? Using gradle 4.10