I have my config:
the following property must be added in the gradle.build file
processResources { filesMatching("**/*.properties") { expand project.properties } }
Additionally, if working with Intellij, the project must be re-imported.