The closest you can get ATM is putting the Gradle files in a top level directory called *master*, but then you can no longer run Gradle from the root directory. So I'm not sure if there already is an issue for this, but I would happily vote for it :)
On Tue, Jul 6, 2010 at 9:11 PM, Chris Beams <[email protected]> wrote: > a directory listing of my current gradle project looks something like this: > > build.gradle > buildSrc > docs > gradle.properties > gradlew > gradlew.bat > settings.gradle > subproj1 > subproj2 > subproj3 > subproj4 > > gradle artifacts really dominate the root directory, and I think it gives a > perception of gradle being more heavyweight than it actually is. I've > already done a few things, like tucking my extra *.gradle files within > buildSrc, and the wrapper properties file within buildSrc/wrapper, but even > still, it's not ideal. > > any suggestions about how to tidy this up? > > thanks, > > - Chris Beams > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
