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-spring-security.git


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

commit 4012be13cb9c881348c5307ad8b6ab5e29f2b965
Author: Mattias Reichel <[email protected]>
AuthorDate: Thu Apr 10 13:23:44 2025 +0200

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

diff --git a/settings.gradle b/settings.gradle
index 3102934d..098768a9 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-spring-security')

Reply via email to