On Wed, Feb 23, 2011 at 4:50 PM, Jesper Skov <[email protected]>wrote:
> My code - that works - looks like this: > After going home last night, I realized why this is working; the "2nd" level buildscripts are already located at the absolute path provided to the buildscript.dependencies. So it works because all dependencies are loaded in one pass (also explaining why the //FAILS alternative does not work) I was mistakenly hoping that the first apply would activate the bootstrap plugin before the next block of buildscript.dependencies was resolved. Which is obviouosly not how things work. Still, I would dearly like to make it work. Any way to do that? In groovy I am able to extends the classpath at runtime. That is basically what I would like to do here as well, but I guess it may be impossible due to the build lifecycle of Gradle... Cheers, Jesper
