File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 40
40
uses : gradle/actions/setup-gradle@v4
41
41
with :
42
42
cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
43
+ build-scan-publish : true
44
+ build-scan-terms-of-use-url : " https://gradle.com/terms-of-service"
45
+ build-scan-terms-of-use-agree : " yes"
43
46
44
47
- name : Check build-logic
45
48
run : ./gradlew :build-logic:convention:check
@@ -206,6 +209,9 @@ jobs:
206
209
uses : gradle/actions/setup-gradle@v4
207
210
with :
208
211
cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
212
+ build-scan-publish : true
213
+ build-scan-terms-of-use-url : " https://gradle.com/terms-of-service"
214
+ build-scan-terms-of-use-agree : " yes"
209
215
210
216
- name : Build projects and run instrumentation tests
211
217
uses : reactivecircus/android-emulator-runner@v2
Original file line number Diff line number Diff line change 40
40
uses : gradle/actions/setup-gradle@v4
41
41
with :
42
42
cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
43
+ build-scan-publish : true
44
+ build-scan-terms-of-use-url : " https://gradle.com/terms-of-service"
45
+ build-scan-terms-of-use-agree : " yes"
43
46
44
47
- name : Setup Android SDK
45
48
uses : android-actions/setup-android@v3
Original file line number Diff line number Diff line change 37
37
uses : gradle/actions/setup-gradle@v4
38
38
with :
39
39
cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
40
+ build-scan-publish : true
41
+ build-scan-terms-of-use-url : " https://gradle.com/terms-of-service"
42
+ build-scan-terms-of-use-agree : " yes"
40
43
41
44
- name : Setup Android SDK
42
45
uses : android-actions/setup-android@v3
You can’t perform that action at this time.
0 commit comments