Skip to content

Commit ece4cb8

Browse files
committed
Fix Rewrite recipes
1 parent cb3900c commit ece4cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hello/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ application {
2525

2626
rewrite {
2727
activeRecipe('org.openrewrite.java.testing.assertj.JUnitToAssertj')
28-
activeRecipe("org.openrewrite.java.testing.assertj.Assertj")
28+
activeRecipe('org.openrewrite.java.testing.assertj.Assertj')
2929
setExportDatatables(true)
3030
}
3131

0 commit comments

Comments
 (0)