Hey,

If you want to add a custom maven repo check out the user guide's section on
repositories / mavenRepo method:
http://gradle.org/1.0-milestone-1/docs/userguide/userguide_single.html#sec:repositories

<http://gradle.org/1.0-milestone-1/docs/userguide/userguide_single.html#sec:repositories>I
see that grails-spring 1.3.7 is in central so adding mavenCentral() should
be enough to get your build working.

Cheers!
Szczepan

On Mon, Mar 21, 2011 at 4:33 PM, Kenneth Kousen <ken.kou...@kousenit.com>wrote:

> I'm sure this is a simple question, but I'm struggling with it.
>
> I have a Gradle build and I want to add a dependency to the grails-spring
> jar file.  I found in the grails-spring pom from
> http://repository.codehaus.org//org/grails/grails/1.3.7/grails-1.3.7.pomthat 
> the Grails Central Repository is located at
>
> dav:https://dav.codehaus.org/repository/grails
>
> but when I add that using "mavenRepo urls: '...'" it doesn't work.  I also
> tried a MVN browser, which said that the grails-spring dependency is located
> at the Codehaus repository, which linked to http://repository.codehaus.organd 
> I tried just adding that, but that didn't work either.
>
> Am I missing something obvious?
>
> Thanks,
>
> Ken
> --
> Kenneth A. Kousen
> President
> Kousen IT, Inc.
>
>

Reply via email to