Your exact project works fine for me using Milestone6 as well as the latest release candidate. Can you run with -i and see if this provides more details? Which version of Gradle are you running?
Daz On 24 December 2011 14:05, shadowlaw <[email protected]> wrote: > hi, > > i'm givening a try to the example of the book Oreilly Building and testing > with gradle. When i try to compile my multimodules project i have an error > regarding the resolution of the commons codec dependencies > > * What went wrong: > Could not find group:commons-codec, module:commons-codec, version:1.5. > > my configuration is > > apply plugin : 'java' > > repositories{ > mavenCentral() > } > > dependencies{ > compile 'commons-codec:commons-codec:1.5' > } > > any one has an idea about how to resolve this problem? > > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/problem-resolving-gradle-dependencies-tp5099662p5099662.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 > > > -- Darrell (Daz) DeBoer Principal Engineer, Gradleware http://www.gradleware.com
