Skip to content

Commit 083814d

Browse files
docs: README is clear about how to view advice report.
1 parent 3362d38 commit 083814d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.asciidoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,26 @@ For a quick start, just run the following:
4444
./gradlew buildHealth
4545
----
4646

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+
4767
== More advanced usage
4868

4969
=== Project Health

0 commit comments

Comments
 (0)