This is an automated email from the ASF dual-hosted git repository.
matrei pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/grails-quartz.git
The following commit(s) were added to refs/heads/4.0.x by this push:
new 6f625fe build: switch develocity instance (#145)
6f625fe is described below
commit 6f625fe78cc324158e5f956deef7eefaf17d5ad6
Author: Mattias Reichel <[email protected]>
AuthorDate: Thu Apr 10 13:40:10 2025 +0200
build: switch develocity instance (#145)
---
settings.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/settings.gradle b/settings.gradle
index fbebb35..fbf4657 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-quartz')