This is an automated email from the ASF dual-hosted git repository. kezhuw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/curator.git
The following commit(s) were added to refs/heads/master by this push: new 3ccbad7c3 [CURATOR-730] Publish build scans to develocity.apache.org (#521) 3ccbad7c3 is described below commit 3ccbad7c3684f7b680af45b72a3c9b34d0ad0b71 Author: Clay Johnson <cjohn...@gradle.com> AuthorDate: Wed Jan 15 06:59:10 2025 -0600 [CURATOR-730] Publish build scans to develocity.apache.org (#521) --- .github/workflows/ci.yml | 4 ++-- .mvn/develocity.xml | 3 ++- .mvn/extensions.xml | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 012e86804..ec89befa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: matrix: java: [8, 11, 17, 21] env: - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} steps: - uses: actions/checkout@v3 @@ -91,7 +91,7 @@ jobs: matrix: zookeeper: [curator-test-zk38, curator-test-zk37, curator-test-zk36, curator-test-zk35] env: - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} steps: - uses: actions/checkout@v3 diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml index fd1def1aa..ad3fac341 100644 --- a/.mvn/develocity.xml +++ b/.mvn/develocity.xml @@ -22,8 +22,9 @@ <develocity xmlns="https://www.gradle.com/develocity-maven" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.gradle.com/develocity-maven https://www.gradle.com/schema/develocity-maven.xsd"> + <projectId>curator</projectId> <server> - <url>https://ge.apache.org</url> + <url>https://develocity.apache.org</url> </server> <buildScan> <backgroundBuildScanUpload>#{isFalse(env['GITHUB_ACTIONS'])}</backgroundBuildScanUpload> diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 8bd826fcc..4f060d283 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -25,7 +25,7 @@ <groupId>com.gradle</groupId> <artifactId>develocity-maven-extension</artifactId> <!-- - Make sure the extension version is compatible with server version of https://ge.apache.org/, otherwise CI + Make sure the extension version is compatible with server version of https://develocity.apache.org/, otherwise CI could pass while build scan rejected. It might be good to fail CI in this case, so we can drop this comment, but I did not find an option. @@ -36,6 +36,6 @@ <extension> <groupId>com.gradle</groupId> <artifactId>common-custom-user-data-maven-extension</artifactId> - <version>2.0</version> + <version>2.0.1</version> </extension> </extensions>