openrewrite / rewrite-gradle-plugin

OpenRewrite's Gradle plugin.
Apache License 2.0
65 stars 41 forks source link

Support output-location and output-format flag to specify the output file/directory in order to integrate other tools #336

Open Jenson3210 opened 1 month ago

Jenson3210 commented 1 month ago

What problem are you trying to solve?

In order to support other tools to extend the output of the result of the rewriteRun task, we should allow for a report to be written as part of these tasks.

Describe the solution you'd like

SARIF support. potentially later we could add additional formats if required.

Additional context

Are you interested in contributing this feature to OpenRewrite?

Yes! will need some pointers on gradle plugin design possibly

Jenson3210 commented 1 month ago

Open questions: