Bump gradle plugin version to 0.9.0

This commit is contained in:
Sam Snyder
2022-03-28 14:14:10 -07:00
parent bda0eec178
commit 58fb1c4007

View File

@@ -45,7 +45,7 @@ In the pom.xml or build.gradle, add this entry to the `plugins` section to apply
{% code title="build.gradle" %}
```groovy
plugins {
id("io.moderne.rewrite") version("0.8.1")
id("io.moderne.rewrite") version("0.9.0")
}
// OpenRewrite and recipe modules are published to Maven Central