jamesfredley commented on code in PR #14708:
URL: https://github.com/apache/grails-core/pull/14708#discussion_r2072313555
##########
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'd like to bring `https://repo.grails.org/grails/core` back for now as any
end project that requires dependencies from there will fail without this when
running scripts.
Once we get more feedback on `tooling-api` I believe we can add
repo.gradle.org/gradle/libs-releases also.
`MavenProfileRepository` was the location where multiple repos failed.
There were two other locations related to wrapper and shell-cli that function
with multiple (GrailsDependencyVersions.groovy & RunCommand.groovy).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]