jdaugherty commented on code in PR #14708:
URL: https://github.com/apache/grails-core/pull/14708#discussion_r2072287136


##########
grails-wrapper-impl/src/main/groovy/grails/init/RunCommand.groovy:
##########
@@ -51,11 +51,13 @@ class RunCommand {
 
         GroovyClassLoader groovyClassLoader = new 
GroovyClassLoader(RunCommand.classLoader)
 
-        List<RepositoryConfiguration> repositoryConfigurations = [new 
RepositoryConfiguration("mavenCentral", new 
URI("https://repo1.maven.org/maven2";), true)]
+        List<RepositoryConfiguration> repositoryConfigurations = [new 
RepositoryConfiguration("mavenCentral", new 
URI("https://repo1.maven.org/maven2";), false)]
+
+        repositoryConfigurations.add(new 
RepositoryConfiguration("grailsCentral", new 
URI("https://repo.grails.org/grails/core";), true))

Review Comment:
   I thought multiple repositories weren't working? 
   
   If this is really for the tooling API, can we create a dedicated repo on 
repo.grails.org for it? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@grails.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to