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
This recipe has required configuration parameters. Recipes with required configuration parameters cannot be activated directly. To activate this recipe you must create a new recipe which fills in the required parameters. In your rewrite.yml create a new recipe with a unique name. For example: com.yourorg.UpgradeDependencyVersionExample. Here's how you can define and customize such a recipe within your rewrite.yml:
That's no longer the case; we have -PpackagePattern="Microsoft*" to make this work with the CLI.
Recipes with required configuration parameters can have these parameters specified on the command line with Maven and the Moderne CLI.
As an example: https://docs.openrewrite.org/recipes/csharp/dependencies/upgradedependencyversion
Currently reads:
That's no longer the case; we have
-PpackagePattern="Microsoft*"
to make this work with the CLI.Or this alternative for the Maven plugin:
We should update the docs generator to use this shorthand for Maven and the CLI, as opposed to generating a rewrite.yml that's only needed for Gradle.
The text was updated successfully, but these errors were encountered: