bito-code-review[bot] commented on PR #16073: URL: https://github.com/apache/grails-core/pull/16073#issuecomment-5137579016
<!-- Bito Reply --> The comment correctly identifies that the implementation uses a file-based repository located at `.gradle/local-boms` rather than the standard `mavenLocal()` repository. Clarifying this in the documentation or comments is recommended to avoid confusion with Gradle's built-in `mavenLocal()` behavior, which resolves artifacts from the user's home directory. **build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/GrailsRepoSettingsPlugin.groovy** ``` 30: url = new File(target.rootDir, '.gradle/local-boms').toURI() ``` -- 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]
