This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 8c963e3ae33 [improve][build] Capture local build scans on
ge.apache.org to benefit from deep build insights (#20187)
8c963e3ae33 is described below
commit 8c963e3ae3359fee824294c590a9c045f4800228
Author: Clay Johnson <[email protected]>
AuthorDate: Sat Apr 29 20:26:10 2023 -0500
[improve][build] Capture local build scans on ge.apache.org to benefit from
deep build insights (#20187)
---
.github/actions/gradle-enterprise/action.yml | 1 -
.gitignore | 1 -
.mvn/{ge-extensions.xml => extensions.xml} | 2 +-
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/actions/gradle-enterprise/action.yml
b/.github/actions/gradle-enterprise/action.yml
index 935e76d3cd6..a11e59899c7 100644
--- a/.github/actions/gradle-enterprise/action.yml
+++ b/.github/actions/gradle-enterprise/action.yml
@@ -29,7 +29,6 @@ runs:
- run: |
if [[ -n "${{ inputs.token }}" ]]; then
echo "::group::Configuring Gradle Enterprise for build"
- cp .mvn/ge-extensions.xml .mvn/extensions.xml
echo "GRADLE_ENTERPRISE_ACCESS_KEY=${{ inputs.token }}" >>
$GITHUB_ENV
echo "::endgroup::"
fi
diff --git a/.gitignore b/.gitignore
index c584baaa0a0..cd00c442000 100644
--- a/.gitignore
+++ b/.gitignore
@@ -97,4 +97,3 @@ test-reports/
# Gradle Enterprise
.mvn/.gradle-enterprise/
-.mvn/extensions.xml
diff --git a/.mvn/ge-extensions.xml b/.mvn/extensions.xml
similarity index 97%
rename from .mvn/ge-extensions.xml
rename to .mvn/extensions.xml
index 1c7a1611c1b..3c03b32a237 100644
--- a/.mvn/ge-extensions.xml
+++ b/.mvn/extensions.xml
@@ -24,7 +24,7 @@
<extension>
<groupId>com.gradle</groupId>
<artifactId>gradle-enterprise-maven-extension</artifactId>
- <version>1.16.3</version>
+ <version>1.17</version>
</extension>
<extension>
<groupId>com.gradle</groupId>