This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/grails-data-mapping.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new a17a16609a Use ge.apache.org instead of ge.grails.org
a17a16609a is described below
commit a17a16609abbd1cb1f8997c74c4b8ee2d13d22f9
Author: James Daugherty <[email protected]>
AuthorDate: Sat Apr 5 14:02:04 2025 -0400
Use ge.apache.org instead of ge.grails.org
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index 0bfa97336b..1229d42d14 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -8,7 +8,7 @@ def isLocal = !isCI
def isAuthenticated = System.getenv('GRAILS_DEVELOCITY_ACCESS_KEY') != null
develocity {
- server = 'https://ge.grails.org'
+ server = 'https://ge.apache.org'
buildScan {
tag('grails')
tag('grails-data-mapping')