Code Remix Summit – in Miami May 12th-14th. Use the code MODERNE3VIP for an additional $300 off.On this page
7.34.2 Release (2022-12-16)
New Recipes
org.openrewrite.gradle.search.FindGradleWrapper: Find Gradle wrappers.
org.openrewrite.maven.RemoveDuplicateDependencies: Removes duplicated dependencies in the <dependencies>
and <dependencyManagement>
sections of the pom.xml
.
Changed Recipes
org.openrewrite.properties.AddProperty was changed:
Old Options:
fileMatcher: { type: String, required: false }
property: { type: String, required: true }
value: { type: String, required: true }
New Options:
delimiter: { type: String, required: false }
fileMatcher: { type: String, required: false }
property: { type: String, required: true }
value: { type: String, required: true }