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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git

commit 5cc39877ba823d44e92312107f43929d65d5d877
Author: Clay Johnson <[email protected]>
AuthorDate: Wed Jan 8 11:24:42 2025 -0600

    Publish build scans to develocity.apache.org
---
 gradle/build-scans.gradle | 2 +-
 settings.gradle           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle/build-scans.gradle b/gradle/build-scans.gradle
index 311ff364..f2b6a803 100644
--- a/gradle/build-scans.gradle
+++ b/gradle/build-scans.gradle
@@ -21,7 +21,7 @@ def env = System.getenv()
 boolean isCI = env.CI || env.TEAMCITY_VERSION || env.GITHUB_ACTIONS
 
 develocity {
-    server = "https://ge.apache.org";
+    server = "https://develocity.apache.org";
     allowUntrustedServer = false
 
     buildScan {
diff --git a/settings.gradle b/settings.gradle
index c96a99a2..e789ce48 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -20,7 +20,7 @@ plugins {
     id "org.kordamp.gradle.oci-build-cache" version "0.6.0"
     id "org.gradle.toolchains.foojay-resolver" version "0.8.0"
     // Check https://gradle.com/enterprise/releases with new versions. GE 
plugin version should not lag behind Gradle version, but before
-    // updating this, check the compatibility from 
https://docs.gradle.com/enterprise/compatibility/#develocity_compatibility and 
https://ge.apache.org/scans.
+    // updating this, check the compatibility from 
https://docs.gradle.com/enterprise/compatibility/#develocity_compatibility and 
https://develocity.apache.org/scans.
     id "com.gradle.develocity" version "3.18.2"
 }
 

Reply via email to