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-static-website.git
commit 4a6b2fc56b6d32fe23d0ee092c33bfb9be4de563 Author: James Fredley <[email protected]> AuthorDate: Thu Jan 29 14:21:25 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 f72beaf9561..520e4b9c773 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ def isCI = System.getenv().containsKey('CI') def isLocal = !isCI develocity { - server = 'https://ge.grails.org' + server = 'https://develocity.apache.org/' buildScan { tag('grails') tag('grails-static-website')
