How can I tell gradle to look at every resolver for a dependency, even if
it's transitive?  Right now, I have the following setup:

dependencies{
    addMavenStyleRepo('MyRepo', 'http://localserv.com/maven-repo/')
    addMavenRepo()
}

I also have dependencies that can be found in either repository.  However,
some modules in my local repo have trans dependencies that are not in my
local repo.  If I depend on these modules, gradle will find them in my local
repo and then I get unresolved dependencies because it then only looks in
the local repo for transitive dependencies.  I need gradle to look in at all
resolvers no matter what kind of dependency it is.

-Jerod
-- 
View this message in context: 
http://www.nabble.com/transitive-dependencies-tp18508812p18508812.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


Reply via email to