Update gradle plugin version to 0.13.1

This commit is contained in:
Sam Snyder
2022-05-20 19:10:17 -07:00
parent e1b8134cab
commit 225bd62d86
2 changed files with 2 additions and 2 deletions

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.13.0")
id("io.moderne.rewrite") version("0.13.1")
}
// OpenRewrite and recipe modules are published to Maven Central

View File

@@ -3,5 +3,5 @@
| Component | Current version |
| --------------------------- |--------------------------------------------|
| Moderne Maven build plugin | 0.10.0 |
| Moderne Gradle build plugin | 0.13.0 |
| Moderne Gradle build plugin | 0.13.1 |
| Agent | `moderne-dev/moderne/moderne-agent:0.34.0` |