You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we can activate the openrewrite recipes across multiple repos and run the recipes to apply the changes on the codebase https://docs.openrewrite.org/
To add this feature, we might need to add 2 commands
runRewriteRecipe - Run a command "rewriteRun" on project root to apply the recipe changes
Activate Rewrite Recipe should support args as recipe name for both maven and gradle project
Eg: rewrite {
activeRecipe(
'org.openrewrite.java.OrderImports',
)
}
The text was updated successfully, but these errors were encountered:
It would be great if we can activate the openrewrite recipes across multiple repos and run the recipes to apply the changes on the codebase https://docs.openrewrite.org/
To add this feature, we might need to add 2 commands
activateRewriteRecipe - recipe to be activated on the repository
Recipe catalog: https://docs.openrewrite.org/recipes
runRewriteRecipe - Run a command "rewriteRun" on project root to apply the recipe changes
Activate Rewrite Recipe should support args as recipe name for both maven and gradle project
Eg: rewrite {
activeRecipe(
'org.openrewrite.java.OrderImports',
)
}
The text was updated successfully, but these errors were encountered: