Skip to content

Releases: openrewrite/rewrite-gradle-plugin

2.2.0

21 Dec 23:35
Compare
Choose a tag to compare
  • 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

14 Dec 20:29
Compare
Choose a tag to compare
  • 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

30 Oct 19:46
Compare
Choose a tag to compare

Fix Java 8 compatibility for real this time

2.0.0

26 Oct 22:11
Compare
Choose a tag to compare
  • Java 8 compatibility
  • Rewrite 5.x compatibility

1.0.1

18 Aug 03:31
Compare
Choose a tag to compare

Change types from openrewrite.org/v1beta to specs.openrewrite.org/v1beta

1.0.0

17 Aug 23:22
Compare
Choose a tag to compare

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