Skip to content

4.0.0

Compare
Choose a tag to compare
@aegershman aegershman released this 07 Apr 19:22

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.