i want to create 2 gradle.properties files :
- with the general setting like today
- with personal data that user for example can put
his user/pass and so on.
can it be done?
i want to create 2 gradle.properties files :
You can put one gradle.properties
file in project root directory and another in GRADLE_USER_HOME
directory.
i am on windows
i don’t think i ever defined GRADLE_USER_HOME.
if i put the file in the user home directory as i see in documentation
it won’t take the one from the project root directory