In the end, I decided to hack the gradle source and add my custom dependency resolver.
Btw, if any gradle developer is reading this, could we please get the ability to install custom dependency resolvers in some future version? It seems to me like this shouldn't be too hard to do: if I understand the code correctly, you just need to add a DefaultDependencyFactory.addDependencyResolver(IDependencyImplementationFactory dependencyResolver) method and a similar method on DefaultDependencyHandler that calls DefaultDependencyFactory.addDependencyResolver(). Then it seems to me like it should be possible to do this: project.dependencies.addDependencyResolver(myResolver) -- View this message in context: http://gradle.1045684.n5.nabble.com/Multi-project-build-dynamically-add-subprojects-dependencies-tp4824341p4827031.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
