Releases: openrewrite/rewrite-gradle-plugin
Releases · openrewrite/rewrite-gradle-plugin
2.2.0
- Update rewrite core libraries to 6.1.10, which contains several bug fixes and performance improvements since the last release
- Finish achieving functional parity with the Maven plugin
- Fix an issue where visitors wouldn't be loaded from the classpath
- Added "rewriteFix" and "rewriteWarn" lifecycle tasks which depend on all of the fix and warn tasks for all source sets.
2.1.0
- Update rewrite core libs to 6.1.7. It's been a while since the last update so there are a lot of bug fixes, performance improvements, and some new functionality in there
- Apply an equivalent fix for openrewrite/rewrite-maven-plugin#72
2.0.1
2.0.0
- Java 8 compatibility
- Rewrite 5.x compatibility
1.0.1
1.0.0
Make compatible with rewrite-core 4.0.0
Don't use this release, use 1.0.1 instead
This was mistakenly released with visitor and recipe having the type strings "openrewrite.org/v1beta" when it should have been "specs.openrewrite.org/v1beta"
See the rewrite-core release notes for changes