Skip to content

Commit 85c6c9b

Browse files
authored
Publish build scans to develocity.apache.org (#3396)
* Publish build scans to develocity.apache.org * Use `DEVELOCITY_ACCESS_KEY` to authenticate to `develocity.apache.org`
1 parent 8c0e3c6 commit 85c6c9b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.actor != 'dependabot[bot]'
3333
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
3434
secrets:
35-
DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && '' || secrets.GE_ACCESS_TOKEN }}
35+
DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && '' || secrets.DEVELOCITY_ACCESS_KEY }}
3636
with:
3737
java-version: |
3838
8

.github/workflows/develocity-publish-build-scans.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
- name: Publish Build Scans
3939
uses: gradle/develocity-actions/maven-publish-build-scan@b8d3a572314ffff3b940a2c1b7b384d4983d422d # 1.3
4040
with:
41-
develocity-url: 'https://ge.apache.org'
42-
develocity-access-key: ${{ secrets.GE_ACCESS_TOKEN }}
41+
develocity-url: 'https://develocity.apache.org'
42+
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

.github/workflows/merge-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
3333
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
3434
secrets:
35-
DV_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
35+
DV_ACCESS_TOKEN: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3636
with:
3737
java-version: |
3838
8

.mvn/develocity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<develocity>
33
<projectId>logging-log4j2</projectId>
44
<server>
5-
<url>https://ge.apache.org</url>
5+
<url>https://develocity.apache.org</url>
66
</server>
77
<buildScan>
88
<capture>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
<log4j.docgen.pluginDescriptorsDir.phase1>${maven.multiModuleProjectDirectory}/target/plugin-descriptors/phase1</log4j.docgen.pluginDescriptorsDir.phase1>
371371
<log4j.docgen.pluginDescriptorsDir.phase2>${maven.multiModuleProjectDirectory}/target/plugin-descriptors/phase2</log4j.docgen.pluginDescriptorsDir.phase2>
372372

373-
<!-- Downgrade temporarily Maven Surefire, since it breaks tests statistics on `ge.apache.org` -->
373+
<!-- Downgrade temporarily Maven Surefire, since it breaks tests statistics on `develocity.apache.org` -->
374374
<version.maven-surefire>3.2.5</version.maven-surefire>
375375
</properties>
376376

0 commit comments

Comments
 (0)