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

benw pushed a commit to branch javax
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/javax by this push:
     new 01208592c Publish build scans to develocity.apache.org (#52)
01208592c is described below

commit 01208592c67fe33afc0e59f15c720b93e0e55bbe
Author: Clay Johnson <cjohn...@gradle.com>
AuthorDate: Tue Jan 21 04:32:50 2025 -0600

    Publish build scans to develocity.apache.org (#52)
    
    * Publish build scans to develocity.apache.org
    * Use `DEVELOCITY_ACCESS_KEY` to authenticate to `develocity.apache.org`
    * Update Develocity plugin versions
---
 .github/workflows/build-pull-request.yaml | 2 +-
 settings.gradle                           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build-pull-request.yaml 
b/.github/workflows/build-pull-request.yaml
index 986c1a1ab..9090fe8d8 100644
--- a/.github/workflows/build-pull-request.yaml
+++ b/.github/workflows/build-pull-request.yaml
@@ -3,7 +3,7 @@ on: pull_request
 
 env:
   MOZ_HEADLESS: true
-  DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
+  DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
 
 jobs:
   build:
diff --git a/settings.gradle b/settings.gradle
index 4e9047510..5100b6a21 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,5 +1,5 @@
 plugins {
-    id 'com.gradle.develocity' version '3.17.6'
+    id 'com.gradle.develocity' version '3.18.2'
     id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.2'
 }
 
@@ -8,7 +8,7 @@ def isJenkins = System.getenv('JENKINS_URL') != null
 def isCI = isTravisCI || isJenkins
 
 develocity {
-    server = "https://ge.apache.org";
+    server = "https://develocity.apache.org";
     projectId = "tapestry"
     buildScan {
         uploadInBackground = !isCI

Reply via email to