openrewrite / rewrite-gradle-plugin

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

Drop interactity from `rewriteDiscover` #313

Closed timtebeek closed 3 months ago

timtebeek commented 3 months ago

Likely unused and somewhat problematic in newer Gradle versions; removed here for simplicity.

I went for a default method that retained the boolean interactive argument such that we have time to update the CLI downstream without needing to immediately update there as well. A next iteration can then remove that default method.