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


Reply via email to