Skip to content

Commit

Permalink
Do not publish Gradle Scans (#44925)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #44925

I have the suspect this is causing our builds to be slower and especially causing the template tests to take 6 hours.
Let's try to disable it.

Changelog:
[Internal] [Changed] - Do not publish Gradle Scans

Reviewed By: cipolleschi

Differential Revision: D58520463

fbshipit-source-id: 028e16a725ea87e178ed4e0bf134737f32780544
  • Loading branch information
cortinico authored and facebook-github-bot committed Jun 13, 2024
1 parent 9fe9f03 commit 1cb587c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/actions/setup-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ runs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: wrapper
build-scan-publish: true
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
build-scan-terms-of-use-agree: "yes"

0 comments on commit 1cb587c

Please sign in to comment.