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

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


The following commit(s) were added to refs/heads/5.0.x by this push:
     new 7374ddd  Switch develocity instance (#180)
7374ddd is described below

commit 7374dddd1560df30969996efdb15d4bf955359fb
Author: Mattias Reichel <[email protected]>
AuthorDate: Thu Apr 10 13:30:45 2025 +0200

    Switch develocity instance (#180)
    
    * build: switch develocity instance
    
    * chore: cleanup
---
 settings.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/settings.gradle b/settings.gradle
index 12a6e8a..b7e0fc1 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-redis')
@@ -25,10 +25,10 @@ buildCache {
     }
 }
 
-rootProject.name = "grails-redis-root"
+rootProject.name = 'grails-redis-root'
 
 include 'plugin'
 findProject(':plugin').name = 'grails-redis'
 
 include 'examples-redis-demo'
-project(":examples-redis-demo").projectDir = [settingsDir, 
'examples/redis-demo'] as File
+project(':examples-redis-demo').projectDir = new File(settingsDir, 
'examples/redis-demo')

Reply via email to