Is there a way to prioritize the repository searching for dependencies? Most jars that the project I'm building needs are in a project flatDir repository, but since I'm building outside of websphere and using websphere jars, I also added a few dependencies to jars that can be found in another local flatDir repository. Unfortunately, there are two different jars of the same name and I need the project's jar, which isn't the one being grabbed. This isn't how I would like the build to be designed, but it looks to be what I'm stuck with.
How can I make sure it looks at the project repository first? It's not as simple as reversing the order of their declarations because they are declared in different places. Thanks, Jerod -- View this message in context: http://www.nabble.com/Repository-Priorities-tp24500244p24500244.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
