jdaugherty commented on PR #15320: URL: https://github.com/apache/grails-core/pull/15320#issuecomment-3764162704
finally decided to just create a repo settings plugin in build-logic; this allows us to centrally define the repositories for all of grails projects in core in `build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/GrailsRepoSettingsPlugin.groovy` @jamesfredley I think we've discussed this before and hopefully this makes it easier to maintain. For the forge tests, I'm not sure what to do. We already define an override for GRAILS_REPO_URL so the tests pickup the local grails-core code. We need to leave that, but somehow we need to either add the staging repo or our repo settings plugin. I'm not sure if we should publish our repo settings plugin since that could lead to a burden on repository.apache.org @matrei do you have any ideas here? For now, I think when groovy 4.0.30 releases we should merge this PR either way. We can address the forge issue longer term. -- 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]
