Skip to content

Commit 30e8fbc

Browse files
rvandermeulenmergify[bot]
authored andcommitted
Add new TC task for dependency analysis
1 parent 4f9cecc commit 30e8fbc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

gradle.properties

+3
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ android.enableJetifier=true
2323

2424
# Broken builds with AGP 8
2525
android.nonTransitiveRClass=false
26+
27+
# Print dependency analysis results to the console
28+
dependency.analysis.print.build.health=true

taskcluster/kinds/lint/kind.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@ tasks:
4242
treeherder:
4343
symbol: compare-locale
4444
tier: 2
45+
dependency-analysis:
46+
description: 'Running dependency-analysis over all modules'
47+
run:
48+
using: gradlew
49+
gradlew: [buildHealth]
50+
treeherder:
51+
symbol: deps
52+
worker:
53+
artifacts:
54+
- name: public/build-health-report.txt
55+
path: /builds/worker/checkouts/vcs/build/reports/dependency-analysis/build-health-report.txt
56+
type: file
4557
detekt:
4658
description: 'Running detekt over all modules'
4759
run:
@@ -57,7 +69,7 @@ tasks:
5769
treeherder:
5870
symbol: ktlint
5971
lint:
60-
description: 'Running tlint over all modules'
72+
description: 'Running lint over all modules'
6173
run:
6274
using: gradlew
6375
gradlew: [lintDebug]

0 commit comments

Comments
 (0)