This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch develocity-apache-org in repository https://gitbox.apache.org/repos/asf/grails-redis.git
commit 29e69945d48b030bc04e6eaeeab97cf26274e5db Author: James Fredley <[email protected]> AuthorDate: Thu Jan 29 14:28:32 2026 -0500 Update develocity server URL to Apache --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 4d11dee..6fac576 100644 --- a/settings.gradle +++ b/settings.gradle @@ -33,7 +33,7 @@ if(isReproducibleBuild) { } develocity { - server = 'https://ge.grails.org' + server = 'https://develocity.apache.org' buildScan { tag('grails') tag('grails-redis')
