File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,6 @@ android.enableJetifier=true
23
23
24
24
# Broken builds with AGP 8
25
25
android.nonTransitiveRClass =false
26
+
27
+ # Print dependency analysis results to the console
28
+ dependency.analysis.print.build.health =true
Original file line number Diff line number Diff line change @@ -42,6 +42,18 @@ tasks:
42
42
treeherder :
43
43
symbol : compare-locale
44
44
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
45
57
detekt :
46
58
description : ' Running detekt over all modules'
47
59
run :
57
69
treeherder :
58
70
symbol : ktlint
59
71
lint :
60
- description : ' Running tlint over all modules'
72
+ description : ' Running lint over all modules'
61
73
run :
62
74
using : gradlew
63
75
gradlew : [lintDebug]
You can’t perform that action at this time.
0 commit comments