This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch develocity-server-url in repository https://gitbox.apache.org/repos/asf/grails-github-actions.git
commit 42856aef0e8bdb0ae36ec2cd7d73a9bd32af1918 Author: James Fredley <[email protected]> AuthorDate: Thu Jan 29 14:19:24 2026 -0500 Update Develocity server URL to Apache --- tests/settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/settings.gradle b/tests/settings.gradle index faf4b07..ac0163e 100644 --- a/tests/settings.gradle +++ b/tests/settings.gradle @@ -32,7 +32,7 @@ if (isReproducibleBuild) { } develocity { - server = 'https://ge.grails.org' + server = 'https://develocity.apache.org/' buildScan { tag('grails') tag('grails-github-actions') @@ -49,4 +49,4 @@ buildCache { } } -rootProject.name = 'grails-github-action-tests' \ No newline at end of file +rootProject.name = 'grails-github-action-tests'
