Skip to content

Commit 8fba3c7

Browse files
committed
update grailsCentral() URL
1 parent 5b1d857 commit 8fba3c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/java/org/codehaus/groovy/grails/resolve/IvyDependencyManager.groovy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,8 +1023,7 @@ class IvyDomainSpecificLanguageEvaluator {
10231023

10241024
void grailsCentral() {
10251025
if (isResolverNotAlreadyDefined('grailsCentral')) {
1026-
grailsRepo("http://svn.codehaus.org/grails-plugins", "grailsCentral")
1027-
grailsRepo("http://svn.codehaus.org/grails/trunk/grails-plugins", "grailsCore")
1026+
grailsRepo("http://plugins.grails.org", "grailsCentral")
10281027
}
10291028
}
10301029

0 commit comments

Comments
 (0)