Skip to content

Releases: openrewrite/rewrite-maven-plugin

4.0.0

07 Apr 19:22
Compare
Choose a tag to compare

Changes!

  • rename goal rewrite:warn to rewrite:dryRun and goal rewrite:fix to rewrite:run #115

As in:

./mvnw rewrite:dryRun
./mvnw rewrite:run
  • simplifies by removing the rewrite:diff goal. This goal isn't present in the rewrite-gradle-plugin, The goal's result is the same as running rewrite:run but without committing the changes directly #119

Thank you all again for your patronage and bug reports.