4.0.0
Changes!
- rename goal
rewrite:warn
torewrite:dryRun
and goalrewrite:fix
torewrite: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 runningrewrite:run
but without committing the changes directly #119
Thank you all again for your patronage and bug reports.