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 39
39
uses : gradle/actions/setup-gradle@v4
40
40
with :
41
41
cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
42
+ build-scan-publish : true
43
+ build-scan-terms-of-use-url : " https://gradle.com/terms-of-service"
44
+ build-scan-terms-of-use-agree : " yes"
42
45
43
46
- name : Check build-logic
44
47
run : ./gradlew :build-logic:convention:check
@@ -190,6 +193,9 @@ jobs:
190
193
uses : gradle/actions/setup-gradle@v4
191
194
with :
192
195
cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
196
+ build-scan-publish : true
197
+ build-scan-terms-of-use-url : " https://gradle.com/terms-of-service"
198
+ build-scan-terms-of-use-agree : " yes"
193
199
194
200
- name : Build projects and run instrumentation tests
195
201
uses : reactivecircus/android-emulator-runner@v2
Original file line number Diff line number Diff line change 39
39
uses : gradle/actions/setup-gradle@v4
40
40
with :
41
41
cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
42
+ build-scan-publish : true
43
+ build-scan-terms-of-use-url : " https://gradle.com/terms-of-service"
44
+ build-scan-terms-of-use-agree : " yes"
42
45
43
46
- name : Setup Android SDK
44
47
uses : android-actions/setup-android@v3
Original file line number Diff line number Diff line change 36
36
uses : gradle/actions/setup-gradle@v4
37
37
with :
38
38
cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
39
+ build-scan-publish : true
40
+ build-scan-terms-of-use-url : " https://gradle.com/terms-of-service"
41
+ build-scan-terms-of-use-agree : " yes"
39
42
40
43
- name : Setup Android SDK
41
44
uses : android-actions/setup-android@v3
You can’t perform that action at this time.
0 commit comments