Releases: openrewrite/rewrite-gradle-plugin
Releases · openrewrite/rewrite-gradle-plugin
3.0.1
Updated for rewrite 7.1.0
3.0.0
Updated for Rewrite 7.0.1
3.0.0-rc.4
v3.0.0-rc.4
Prepare for release of 3.0.0-rc.4
3.0.0-rc.3
v3.0.0-rc.3
Update for rewrite 7.0.0-rc.7
3.0.0-rc.2
v3.0.0-rc.2
Update for rewrite rc.6
3.0.0-rc.1
Updated for rewrite 7.0.0-rc.5
2.3.2
Fix version number of dependencies so that published pom wont list latest.release as version number #12
2.3.1
- Add a 'rewriteDiscover' task that depends on all tasks of type RewriteDiscover, for parity with the thematically similar 'rewriteFix' and 'rewriteWarn' tasks 22f85ca
2.3.0
- Now works older versions of Gradle as far back as 4.7
2.2.1
- Improve robustness of task configuration. Early realization of lazily evaluated tasks should no longer present correctness issues. 6420b11
- Warn when rewrite.yml does not exist at a user-configured location. Fixes #11