jdaugherty commented on code in PR #14717:
URL: https://github.com/apache/grails-core/pull/14717#discussion_r2080445357
##########
grails-gradle/build.gradle:
##########
@@ -32,6 +32,7 @@ allprojects {
mavenCentral()
gradlePluginPortal()
maven { url = 'https://repository.apache.org/content/groups/snapshots'
}
+ maven { url = 'https://repo.grails.org/grails/core' }
Review Comment:
This is one of the cases where if we can't use a common gradle file for this
that can be applied in each project, then the duplication is worth it.
Defining repos in the root means we now need that root build and we can't
isolate those builds. I have also worked towards reducing our external repo
usage to improve our security posture. This change goes counter to that goal.
--
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]