I have a project setup as below: root +project1 +project2 +unit-test
2 sub-projects, along with another unit/integration test project which depends on both of the other projects. In addition, project1 is a code generator, which the unit-test project needs to execute to generate some of the sources to be tested. So, in other words, what is the best way for me to structure things so that I can both build project1 and incorporate it into my build for later projects? I playes around a bit with adding some plugins/tasks to buildSrc, but wasn't able to get things working. Thanks for any help, and congrats on a great new tool. I'm currently looking at migrating an existing Maven build over to Gradle. -- View this message in context: http://www.nabble.com/Advice-on-multi-project-build-source-setup-tp16960881p16960881.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
