Skip to content

Commit 23f6026

Browse files
committed
publishing to scans.gradle.com
1 parent a0f2786 commit 23f6026

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/Build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
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

.github/workflows/NightlyBaselineProfiles.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
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

.github/workflows/Release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
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

0 commit comments

Comments
 (0)