From 4cd30f2b7a2eada990e4f8a61508e592834abc7f Mon Sep 17 00:00:00 2001 From: Clay Johnson Date: Thu, 9 Jan 2025 13:53:24 -0600 Subject: [PATCH 1/3] Publish build scans to develocity.apache.org --- .github/workflows/android-reusable-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-reusable-test.yaml b/.github/workflows/android-reusable-test.yaml index e9a7c280..923dee9c 100644 --- a/.github/workflows/android-reusable-test.yaml +++ b/.github/workflows/android-reusable-test.yaml @@ -61,7 +61,7 @@ jobs: with: develocity-access-key: ${{ secrets.GE_ACCESS_KEY }} develocity-injection-enabled: true - develocity-url: https://ge.apache.org + develocity-url: https://develocity.apache.org develocity-plugin-version: 3.18.1 From f80b20d3c688a10a21f51dc6ea7a72b265b2c425 Mon Sep 17 00:00:00 2001 From: Clay Johnson Date: Thu, 9 Jan 2025 13:53:54 -0600 Subject: [PATCH 2/3] Update Develocity plugin versions --- .github/workflows/android-reusable-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-reusable-test.yaml b/.github/workflows/android-reusable-test.yaml index 923dee9c..43fe9328 100644 --- a/.github/workflows/android-reusable-test.yaml +++ b/.github/workflows/android-reusable-test.yaml @@ -62,7 +62,7 @@ jobs: develocity-access-key: ${{ secrets.GE_ACCESS_KEY }} develocity-injection-enabled: true develocity-url: https://develocity.apache.org - develocity-plugin-version: 3.18.1 + develocity-plugin-version: 3.18.2 - name: Enable KVM From e9bb5240ec663b7762933df2d40dbc3d594cca9c Mon Sep 17 00:00:00 2001 From: Clay Johnson Date: Thu, 9 Jan 2025 13:54:12 -0600 Subject: [PATCH 3/3] Use `DEVELOCITY_ACCESS_KEY` to authenticate to `develocity.apache.org` --- .github/workflows/android-reusable-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-reusable-test.yaml b/.github/workflows/android-reusable-test.yaml index 43fe9328..be293a72 100644 --- a/.github/workflows/android-reusable-test.yaml +++ b/.github/workflows/android-reusable-test.yaml @@ -59,7 +59,7 @@ jobs: - name: Setup Gradle uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # 4.2.2 with: - develocity-access-key: ${{ secrets.GE_ACCESS_KEY }} + develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }} develocity-injection-enabled: true develocity-url: https://develocity.apache.org develocity-plugin-version: 3.18.2