This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-views.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new a579f6ddd Update ge.apache.org instead of ge.grails.org
a579f6ddd is described below

commit a579f6dddd5aabc2eacc8818e2f1b2a764f66d43
Author: James Daugherty <[email protected]>
AuthorDate: Sat Apr 5 14:05:38 2025 -0400

    Update ge.apache.org instead of ge.grails.org
---
 settings.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/settings.gradle b/settings.gradle
index b48ffe6f3..15fafd6f9 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-views')
@@ -94,4 +94,4 @@ include 'grails-gsp-spring-boot'
 project(':grails-gsp-spring-boot').projectDir = 
file('gsp/grails-gsp-spring-boot')
 
 include 'gsp-examples-spring-boot'
-project(':gsp-examples-spring-boot').projectDir = 
file('gsp/examples/spring-boot/app')
\ No newline at end of file
+project(':gsp-examples-spring-boot').projectDir = 
file('gsp/examples/spring-boot/app')

Reply via email to