Update for release of moderne-maven-plugin 0.4.1, moderne-gradle-plugin 0.4.0

This commit is contained in:
Sam Snyder
2021-10-26 16:22:56 -07:00
parent f439ea8cc5
commit 80ea010703

View File

@@ -20,7 +20,7 @@ In the pom.xml or build.gradle, add this entry to the `plugins` section to apply
<plugin>
<groupId>io.moderne</groupId>
<artifactId>moderne-maven-plugin</artifactId>
<version>0.3.2</version>
<version>0.4.1</version>
<configuration>
<!-- Supports all of the same functionality as the OpenRewrite plugin -->
<activeRecipes>
@@ -49,7 +49,7 @@ plugins {
id("maven-publish")
// In a multi-project build, apply this only to the root project
id("io.moderne.rewrite") version("0.3.2")
id("io.moderne.rewrite") version("0.4.0")
}
repositories {