File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
if : github.actor != 'dependabot[bot]'
33
33
uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
34
34
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 }}
36
36
with :
37
37
java-version : |
38
38
8
Original file line number Diff line number Diff line change 38
38
- name : Publish Build Scans
39
39
uses : gradle/develocity-actions/maven-publish-build-scan@b8d3a572314ffff3b940a2c1b7b384d4983d422d # 1.3
40
40
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 }}
Original file line number Diff line number Diff line change 32
32
if : github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33
33
uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
34
34
secrets :
35
- DV_ACCESS_TOKEN : ${{ secrets.GE_ACCESS_TOKEN }}
35
+ DV_ACCESS_TOKEN : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
36
36
with :
37
37
java-version : |
38
38
8
Original file line number Diff line number Diff line change 2
2
<develocity >
3
3
<projectId >logging-log4j2</projectId >
4
4
<server >
5
- <url >https://ge .apache.org</url >
5
+ <url >https://develocity .apache.org</url >
6
6
</server >
7
7
<buildScan >
8
8
<capture >
Original file line number Diff line number Diff line change 370
370
<log4j .docgen.pluginDescriptorsDir.phase1>${maven.multiModuleProjectDirectory} /target/plugin-descriptors/phase1</log4j .docgen.pluginDescriptorsDir.phase1>
371
371
<log4j .docgen.pluginDescriptorsDir.phase2>${maven.multiModuleProjectDirectory} /target/plugin-descriptors/phase2</log4j .docgen.pluginDescriptorsDir.phase2>
372
372
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` -->
374
374
<version .maven-surefire>3.2.5</version .maven-surefire>
375
375
</properties >
376
376
You can’t perform that action at this time.
0 commit comments