kordamp / jdeps-gradle-plugin

Run JDeps on a Gradle build
Apache License 2.0
35 stars 10 forks source link

Feature Request: Output results to build/reports #1

Closed Thunderforge closed 7 years ago

Thunderforge commented 7 years ago

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.

aalmiray commented 7 years ago

This would be a good addition to the plugin indeed. We'll work on it this week and hopefully push a new release soon 😄