File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,26 @@ For a quick start, just run the following:
44
44
./gradlew buildHealth
45
45
----
46
46
47
+ You will probably see output like the following:
48
+
49
+ ----
50
+ > Task :buildHealth FAILED
51
+
52
+ FAILURE: Build failed with an exception.
53
+
54
+ * What went wrong:
55
+ Execution failed for task ':buildHealth'.
56
+ > There were dependency violations. See report at file:///path/to/project/build/reports/dependency-analysis/build-health-report.txt
57
+ ----
58
+
59
+ If you wish to have this (potentially very long) report printed to console, add this to your `gradle.properties` file:
60
+
61
+ .gradle.properties
62
+ [source]
63
+ ----
64
+ dependency.analysis.print.build.health=true
65
+ ----
66
+
47
67
== More advanced usage
48
68
49
69
=== Project Health
You can’t perform that action at this time.
0 commit comments