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

asolimando pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/main by this push:
     new 61a3d5e9e2 [CALCITE-6769] Migrate Build Scan publication to 
develocity.apache.org
61a3d5e9e2 is described below

commit 61a3d5e9e25d5315f52b79d30d069f61a23dd952
Author: Clay Johnson <[email protected]>
AuthorDate: Wed Jan 8 11:36:42 2025 -0600

    [CALCITE-6769] Migrate Build Scan publication to develocity.apache.org
---
 .github/workflows/main.yml | 2 +-
 gradle.properties          | 2 +-
 settings.gradle.kts        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6ce15c5baf..d3df315d0c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -45,7 +45,7 @@ concurrency:
 # This avoids never-ending GC trashing if memory gets too low in case of a 
memory leak
 env:
   _JAVA_OPTIONS: '-XX:GCTimeLimit=90 -XX:GCHeapFreeLimit=35'
-  DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
+  DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
   GUAVA_MIN: '21.0' # oldest supported Guava version
   GUAVA_MAX: '33.3.0-jre' # latest supported Guava version
   GUAVA: '21.0' # most jobs test against oldest Guava version
diff --git a/gradle.properties b/gradle.properties
index ce73c6808d..1f5378a4c4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -57,7 +57,7 @@ org.jetbrains.gradle.plugin.idea-ext.version=0.5
 org.nosphere.apache.rat.version=0.8.1
 org.owasp.dependencycheck.version=6.1.6
 org.sonarqube.version=3.5.0.2730
-com.gradle.develocity.version=3.17.6
+com.gradle.develocity.version=3.18.2
 com.gradle.common-custom-user-data-gradle-plugin.version=2.0.2
 
 
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 1c32217a0e..67695f630c 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -103,7 +103,7 @@ fun property(name: String) =
 val isCiServer = System.getenv().containsKey("CI")
 
 develocity {
-    server = "https://ge.apache.org";
+    server = "https://develocity.apache.org";
     projectId = "calcite"
 
     buildScan {

Reply via email to