> > * In the existing $rootDir/gradle directory, eg > $rootDir/gradle/build.properties (thats $rootDir/gradle, not > $rootDir/.gradle) >
I assume the 'gradle' folder will not go away soon because we have to keep the gradle-wrapper.jar somewhere. So I would go for this option. Another question is what format the file should have. Properties are easy, > but it might be nice to have some structured info in there. Perhaps xml or > json would be a better option. > I would stick with properties for now because it feels easy to introduce conf.xml or conf.json later if we like. > We could, if we put a little effort into it, even use a .gradle script of > some kind (possibly even an init.gradle script). > I'm tempted to stick with a simple solution (properties) and iterate/evolve if necessary. Though, I may not be seeing all the use cases :) Cheers! -- Szczepan Faber Principal engineer@gradleware Lead@mockito
