Hi,
Is there a convenient way I can pass a property file with a number of
key/value pairs to my gradle build?
Basically, I have a number of environment specific property files, each
containing a number of settings specific to an environment.
The property files are named after the environment (e.g.
'integration.properties', 'uat.properties', etc...)
What I'm looking for is some way to pass this file to gradle and have it
expand the values of the propertyfile in the gradle build.
The answer is probably really simple, but I can't see an easy way to do
this.
Ideas appreciated,
Donal.