I need to put some signing variables into gradle and in mac you can put it in
HOME/.gradle/gradle.properties
but what about windows?
The global properties file should be located in your home directory: On Windows: C:\Users\<you>\. gradle\gradle. properties.
properties in the project folder or in the C:\Users\Username. gradle. Please make sure that the name of file is "gradle.
The gradle. properties helps with keeping properties separate from the build script and should be explored as viable option. It's a good location for placing properties that control the build environment.
In Windows you can use this file:
C:\Users\username\.gradle\gradle.properties
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With