Skip to content

Commit

Permalink
[improve][build] Capture local build scans on ge.apache.org to benefi…
Browse files Browse the repository at this point in the history
…t from deep build insights (#20187)
  • Loading branch information
clayburn authored Apr 30, 2023
1 parent a362eaa commit 8c963e3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/actions/gradle-enterprise/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,3 @@ test-reports/

# Gradle Enterprise
.mvn/.gradle-enterprise/
.mvn/extensions.xml
2 changes: 1 addition & 1 deletion .mvn/ge-extensions.xml → .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8c963e3

Please sign in to comment.