I tried running this on one of my smaller projects and wound up with 210 lines of console output. I imagine that my larger projects will be even larger.
I would like to have this plugin output to build/reports, the standard location for Gradle reports (used by the PMD plugin, Java unit tests, etc). I would be fine with it either outputting all the time or optionally outputting as a configuration option.
I tried running this on one of my smaller projects and wound up with 210 lines of console output. I imagine that my larger projects will be even larger.
I would like to have this plugin output to
build/reports
, the standard location for Gradle reports (used by the PMD plugin, Java unit tests, etc). I would be fine with it either outputting all the time or optionally outputting as a configuration option.