Skip to content

Commit

Permalink
Publish build scan from Gradle workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Nov 28, 2024
1 parent c8f4741 commit d40c127
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
build-scan-publish: true
build-scan-terms-of-use-url: "https://gradle.com/help/legal-terms-of-use"
build-scan-terms-of-use-agree: "yes"
dependency-graph: generate-and-upload
dependency-graph-exclude-configurations: 'detachedConfiguration.*'

Expand Down

0 comments on commit d40c127

Please sign in to comment.