This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-cache.git
The following commit(s) were added to refs/heads/8.0.x by this push:
new 18e4c6fd Use ge.apache.org instead of ge.grails.org
18e4c6fd is described below
commit 18e4c6fd02babc1f741f502a9b32df099f84ec04
Author: James Daugherty <[email protected]>
AuthorDate: Sat Apr 5 14:01:09 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 8e8662cf..b0b3ea9e 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-gsp')