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

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


The following commit(s) were added to refs/heads/7.0.x by this push:
     new bb5e770345 build: switch develocity instance (#14125)
bb5e770345 is described below

commit bb5e7703458b733752dbeefaed0505f4a1c4b5c2
Author: Mattias Reichel <[email protected]>
AuthorDate: Thu Apr 10 13:29:38 2025 +0200

    build: switch develocity instance (#14125)
---
 settings.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/settings.gradle b/settings.gradle
index a3cc68a8c9..fc0e5601c5 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,5 +1,5 @@
 plugins {
-    id 'com.gradle.develocity' version '3.19.2'
+    id 'com.gradle.develocity' version '4.0'
     id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1'
 }
 
@@ -8,7 +8,7 @@ def isLocal = !isCI
 def isAuthenticated = 
System.getenv().containsKey('GRAILS_DEVELOCITY_ACCESS_KEY')
 
 develocity {
-    server = 'https://ge.apache.org'
+    server = 'https://ge.grails.org'
     buildScan {
         tag('grails')
         tag('grails-core')

Reply via email to