In the short time I've worked with Gradle, I've gotten the sense that Gradle
expects that your gradle.build file is at the top level of your project source
tree but what if you wanted to set things up such that gradle.build was in one
location and all of your project source were somewhere completely different? I
tried changing rootProject.projectDirectory in the settings.Gradle but that
didn't seem to do it for me.
Along the same lines, how do folks typically tie into CI build tools with
respect to getting project source files downloaded from your version control
system prior to building? Do you have one build file that contains a download
task and a task that executes a separate gradle.build file that's collocated
with your project source?
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email