Gradle properties path specification

I faced with issue when I have gradle.properties file, and want it to be applied on each project, but I don’t want produce duplicate files. So I can place it in GRADLE_USER_HOME, but the problem is that properties are constantly changing by someone and I need to have actual values of them. If there is possibilities to specify a path where properties are located?