Update gradle plugin version

This commit is contained in:
Sam Snyder
2022-04-08 15:12:14 -07:00
parent 1433a9dfae
commit da38920d43
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.11.1")
id("io.moderne.rewrite") version("0.11.4")
}
// OpenRewrite and recipe modules are published to Maven Central

View File

@@ -3,5 +3,5 @@
| Component | Current version |
| --------------------------- | ------------------------------------------ |
| Moderne Maven build plugin | 0.8.0 |
| Moderne Gradle build plugin | 0.11.1 |
| Moderne Gradle build plugin | 0.11.4 |
| Agent | `moderne-dev/moderne/moderne-agent:0.34.0` |