Copilot commented on code in PR #14717:
URL: https://github.com/apache/grails-core/pull/14717#discussion_r2078518884


##########
grails-gradle/build.gradle:
##########
@@ -32,6 +32,7 @@ allprojects {
         mavenCentral()
         gradlePluginPortal()
         maven { url = 'https://repository.apache.org/content/groups/snapshots' 
}

Review Comment:
   [nitpick] Consider adding a comment to clarify the purpose of including the 
Grails core repository, which can help future maintainers understand its 
necessity.
   ```suggestion
           maven { url = 
'https://repository.apache.org/content/groups/snapshots' }
           // The Grails core repository is required for resolving 
Grails-related dependencies.
   ```



-- 
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