Hi

While familiar with the maven concepts, I have not used it extensively.
Now I am using gradle for my build but when changing my repo I get this error

oggy:~/Documents/groovy/groovyws alleon$ gradle dists
java 5
:: problems summary ::
:::: ERRORS
        unknown resolver maven2_spain

        unknown resolver maven2_spain

        unknown resolver maven2_spain

Here is where I got it:

dependencies {
    //To get packages from Maven2 repository on Internet, add main
Maven repository
    //addMavenStyleRepo('maven2_spain','http://ftp.cica.es/mirrors/maven2/')
    
addMavenStyleRepo('maven2_usa','http://mirrors.ibiblio.org/pub/mirrors/maven2/')
    //addMavenStyleRepo('ibiblio','http://www.ibiblio.org/maven/')

What am I doing wrong ?
Can I live with all my repos at the same time ?

Thanks
Guillaume

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to