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-core.git


The following commit(s) were added to refs/heads/develocity-apache-org by this 
push:
     new 399d3ad4e7 Update Develocity server URLs to develocity.apache.org
399d3ad4e7 is described below

commit 399d3ad4e763cb017cc3621b0a98a929501b10db
Author: James Fredley <[email protected]>
AuthorDate: Thu Jan 29 14:12:50 2026 -0500

    Update Develocity server URLs to develocity.apache.org
    
    Replaced all instances of 'https://ge.grails.org' with 
'https://develocity.apache.org' in build configuration files, workflow, and 
documentation. This ensures consistency and points to the new Develocity server 
endpoint.
---
 .github/workflows/groovy-joint-workflow.yml | 2 +-
 README.md                                   | 2 +-
 build-logic/settings.gradle                 | 2 +-
 grails-data-graphql/settings.gradle         | 2 +-
 grails-data-neo4j/settings.gradle           | 4 ++--
 grails-forge/settings.gradle                | 2 +-
 grails-gradle/settings.gradle               | 2 +-
 settings.gradle                             | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/groovy-joint-workflow.yml 
b/.github/workflows/groovy-joint-workflow.yml
index 2d68aad815..5a2db623f1 100644
--- a/.github/workflows/groovy-joint-workflow.yml
+++ b/.github/workflows/groovy-joint-workflow.yml
@@ -89,7 +89,7 @@ jobs:
           echo "VALUE<<EOF" >> $GITHUB_OUTPUT
           echo "def isAuthenticated = 
System.getenv('GRAILS_DEVELOCITY_ACCESS_KEY ') != null" >> $GITHUB_OUTPUT
           echo "develocity {" >> $GITHUB_OUTPUT
-          echo "    server = 'https://ge.grails.org'" >> $GITHUB_OUTPUT
+          echo "    server = 'https://develocity.apache.org'" >> $GITHUB_OUTPUT
           echo "    buildScan {" >> $GITHUB_OUTPUT
           echo "        tag('groovy')" >> $GITHUB_OUTPUT
           echo "        tag('grails-core')" >> $GITHUB_OUTPUT
diff --git a/README.md b/README.md
index 6cfaff33a6..238a1ace7c 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ limitations under the License.
 # Apache Grails
 
 
[![Documentation](https://img.shields.io/badge/Documentation-595959)](https://grails.apache.org/docs/)
-[![Develocity](https://img.shields.io/badge/Develocity-06A0CE?logo=Gradle&labelColor=06A0CE)](https://ge.grails.org/scans)
+[![Develocity](https://img.shields.io/badge/Develocity-06A0CE?logo=Gradle&labelColor=06A0CE)](https://develocity.apache.org/scans)
 
[![CI](https://github.com/apache/grails-core/actions/workflows/gradle.yml/badge.svg?event=push)](https://github.com/apache/grails-core/actions/workflows/gradle.yml)
 [![Groovy Joint Validation 
Build](https://github.com/apache/grails-core/actions/workflows/groovy-joint-workflow.yml/badge.svg?event=push)](https://github.com/apache/grails-core/actions/workflows/groovy-joint-workflow.yml)
 [![Users Mailing 
List](https://img.shields.io/badge/Users_Mailing_List-feb571)](https://lists.apache.org/[email protected])
diff --git a/build-logic/settings.gradle b/build-logic/settings.gradle
index e988c58fb0..7300beab11 100644
--- a/build-logic/settings.gradle
+++ b/build-logic/settings.gradle
@@ -71,7 +71,7 @@ if (isReproducibleBuild) {
 }
 
 develocity {
-       server = 'https://ge.grails.org'
+       server = 'https://develocity.apache.org'
        buildScan {
                publishing.onlyIf { it.authenticated }
                uploadInBackground = isLocal
diff --git a/grails-data-graphql/settings.gradle 
b/grails-data-graphql/settings.gradle
index bb8374f62b..000d12c510 100644
--- a/grails-data-graphql/settings.gradle
+++ b/grails-data-graphql/settings.gradle
@@ -23,7 +23,7 @@ plugins {
 }
 
 gradleEnterprise {
-    server = 'https://ge.grails.org'
+    server = 'https://develocity.apache.org'
     buildScan {
         publishAlwaysIf(System.getenv('CI') == 'true')
         publishIfAuthenticated()
diff --git a/grails-data-neo4j/settings.gradle 
b/grails-data-neo4j/settings.gradle
index f573273975..278e834d5c 100644
--- a/grails-data-neo4j/settings.gradle
+++ b/grails-data-neo4j/settings.gradle
@@ -23,7 +23,7 @@ plugins {
 }
 
 gradleEnterprise {
-    server = 'https://ge.grails.org'
+    server = 'https://develocity.apache.org'
     buildScan {
         publishAlwaysIf(System.getenv('CI') == 'true')
         publishIfAuthenticated()
@@ -39,7 +39,7 @@ buildCache {
     remote(HttpBuildCache) {
         push = System.getenv('CI') == 'true'
         enabled = true
-        url = 'https://ge.grails.org/cache/'
+        url = 'https://develocity.apache.org/cache/'
         credentials {
             username = System.getenv('GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER')
             password = System.getenv('GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY')
diff --git a/grails-forge/settings.gradle b/grails-forge/settings.gradle
index 4bb96933ad..83164caad2 100644
--- a/grails-forge/settings.gradle
+++ b/grails-forge/settings.gradle
@@ -38,7 +38,7 @@ def isLocal = !isCI
 def isReproducibleBuild = System.getenv('SOURCE_DATE_EPOCH') != null
 
 develocity {
-    server = 'https://ge.grails.org'
+    server = 'https://develocity.apache.org'
     buildScan {
         tag('grails')
         tag('grails-forge')
diff --git a/grails-gradle/settings.gradle b/grails-gradle/settings.gradle
index 398cf997d4..7d0b8a0a1b 100644
--- a/grails-gradle/settings.gradle
+++ b/grails-gradle/settings.gradle
@@ -41,7 +41,7 @@ if (isReproducibleBuild) {
 }
 
 develocity {
-       server = 'https://ge.grails.org'
+       server = 'https://develocity.apache.org'
        buildScan {
                tag('grails')
                tag('grails-gradle-plugins')
diff --git a/settings.gradle b/settings.gradle
index 5e7850ffc6..311e17dc28 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -45,7 +45,7 @@ if (isReproducibleBuild) {
 }
 
 develocity {
-    server = 'https://ge.grails.org'
+    server = 'https://develocity.apache.org'
     buildScan {
         tag('grails')
         tag('grails-core')

Reply via email to