Skip to content

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/receive-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Apply OpenRewrite recipes
4545
run: |
4646
./mvnw org.openrewrite.maven:rewrite-maven-plugin:LATEST:run \
47-
-Drewrite.activeRecipes=org.openrewrite.recipes.OpenRewriteBestPracticesSubset \
47+
-Drewrite.activeRecipes=org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPracticesSubset \
4848
-Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-static-analysis:RELEASE
4949
5050
# Capture the diff

rewrite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# limitations under the License.
1515
#
1616

17-
#./mvnw org.openrewrite.maven:rewrite-maven-plugin:LATEST:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-static-analysis:RELEASE -Drewrite.activeRecipes=org.openrewrite.recipes.OpenRewriteBestPracticesSubset
17+
#./mvnw org.openrewrite.maven:rewrite-maven-plugin:LATEST:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-static-analysis:RELEASE -Drewrite.activeRecipes=org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPracticesSubset
1818
---
1919
type: specs.openrewrite.org/v1beta/recipe
20-
name: org.openrewrite.recipes.OpenRewriteBestPracticesSubset
20+
name: org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPracticesSubset
2121
displayName: OpenRewrite best practices
2222
description: Best practices for OpenRewrite recipe development.
2323
recipeList:

0 commit comments

Comments
 (0)