Skip to content

Releases: openrewrite/rewrite-gradle-plugin

3.0.0

20 Mar 01:41
Compare
Choose a tag to compare

Updated for Rewrite 7.0.1

3.0.0-rc.4

05 Mar 04:47
Compare
Choose a tag to compare
3.0.0-rc.4 Pre-release
Pre-release
v3.0.0-rc.4

Prepare for release of 3.0.0-rc.4

3.0.0-rc.3

03 Mar 04:02
Compare
Choose a tag to compare
3.0.0-rc.3 Pre-release
Pre-release
v3.0.0-rc.3

Update for rewrite 7.0.0-rc.7

3.0.0-rc.2

25 Feb 22:40
Compare
Choose a tag to compare
3.0.0-rc.2 Pre-release
Pre-release
v3.0.0-rc.2

Update for rewrite rc.6

3.0.0-rc.1

19 Feb 06:48
Compare
Choose a tag to compare
3.0.0-rc.1 Pre-release
Pre-release

Updated for rewrite 7.0.0-rc.5

2.3.2

26 Jan 05:53
Compare
Choose a tag to compare

Fix version number of dependencies so that published pom wont list latest.release as version number #12

2.3.1

08 Jan 03:28
Compare
Choose a tag to compare
  • 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

06 Jan 01:48
Compare
Choose a tag to compare
  • Now works older versions of Gradle as far back as 4.7

2.2.1

05 Jan 01:57
Compare
Choose a tag to compare
  • 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

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.