Pass parameters from parent project (composite) to included build

I read from some forums that I can pass parameters from command line to gradle by using -Pvariable=value.
If I am not wrong, this variable will be a property for that project right?
If that project has included builds, how can I pass the values down to them?

3 Likes