Tony Robalik
Tony Robalik
Is there no file at ``` > There were dependency violations. See report at file:///[REDACTED]/build/reports/dependency-analysis/build-health-report.txt ``` ?
There is a file `build-health-report.json` that is machine readable. The console report can be auto-printed by setting the flag ``` # gradle.properties dependency.analysis.print.build.health=true ```
I've decided I'll just update the readme. Thanks for the report!
I don't entirely follow this request. Could you share a sample of the expected output from such a feature?
@jjohannes this might be something interesting for us to take a look at.
The `filterAdvice` task generates a report at `reports/dependency-analysis/final-advice.json`, and this report is machine-readable. Is this not sufficient? The plugin also supports users adding their own post-processing task which will automatically...
Thanks for the issue. I do not have time to implement this request. I imagine there must be many competing "standards", and I can't implement them all. Maybe what you...
Thanks for the issue! I don't have time to work on it right now, but I think it might be a relatively simple PR if someone wants to implement it...
Folks should be able to use https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html#getBuildFile--.
Thanks for the issue! Hopefully the build scan will be enough, but do you have a minimal reproducer?