Skip to content

Commit 3b35d9d

Browse files
committed
Publish build scans to develocity.apache.org
1 parent 4d0f818 commit 3b35d9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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'
41+
develocity-url: 'https://develocity.apache.org'
4242
develocity-access-key: ${{ secrets.GE_ACCESS_TOKEN }}

.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)