Skip to content

Commit 3ccbad7

Browse files
authored
[CURATOR-730] Publish build scans to develocity.apache.org (#521)
1 parent 8bbcdbf commit 3ccbad7

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
matrix:
5959
java: [8, 11, 17, 21]
6060
env:
61-
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
61+
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
6262
steps:
6363
- uses: actions/checkout@v3
6464

@@ -91,7 +91,7 @@ jobs:
9191
matrix:
9292
zookeeper: [curator-test-zk38, curator-test-zk37, curator-test-zk36, curator-test-zk35]
9393
env:
94-
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
94+
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
9595
steps:
9696
- uses: actions/checkout@v3
9797

.mvn/develocity.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
<develocity
2323
xmlns="https://www.gradle.com/develocity-maven" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2424
xsi:schemaLocation="https://www.gradle.com/develocity-maven https://www.gradle.com/schema/develocity-maven.xsd">
25+
<projectId>curator</projectId>
2526
<server>
26-
<url>https://ge.apache.org</url>
27+
<url>https://develocity.apache.org</url>
2728
</server>
2829
<buildScan>
2930
<backgroundBuildScanUpload>#{isFalse(env['GITHUB_ACTIONS'])}</backgroundBuildScanUpload>

.mvn/extensions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>com.gradle</groupId>
2626
<artifactId>develocity-maven-extension</artifactId>
2727
<!--
28-
Make sure the extension version is compatible with server version of https://ge.apache.org/, otherwise CI
28+
Make sure the extension version is compatible with server version of https://develocity.apache.org/, otherwise CI
2929
could pass while build scan rejected. It might be good to fail CI in this case, so we can drop this comment,
3030
but I did not find an option.
3131
@@ -36,6 +36,6 @@
3636
<extension>
3737
<groupId>com.gradle</groupId>
3838
<artifactId>common-custom-user-data-maven-extension</artifactId>
39-
<version>2.0</version>
39+
<version>2.0.1</version>
4040
</extension>
4141
</extensions>

0 commit comments

Comments
 (0)