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 3939 uses : gradle/actions/setup-gradle@v4
4040 with :
4141 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"
4245
4346 - name : Check build-logic
4447 run : ./gradlew :build-logic:convention:check
@@ -190,6 +193,9 @@ jobs:
190193 uses : gradle/actions/setup-gradle@v4
191194 with :
192195 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"
193199
194200 - name : Build projects and run instrumentation tests
195201 uses : reactivecircus/android-emulator-runner@v2
Original file line number Diff line number Diff line change 3939 uses : gradle/actions/setup-gradle@v4
4040 with :
4141 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"
4245
4346 - name : Setup Android SDK
4447 uses : android-actions/setup-android@v3
Original file line number Diff line number Diff line change 3636 uses : gradle/actions/setup-gradle@v4
3737 with :
3838 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"
3942
4043 - name : Setup Android SDK
4144 uses : android-actions/setup-android@v3
You can’t perform that action at this time.
0 commit comments