Skip to content

Commit 780be90

Browse files
committed
Add Rewrite recipes
1 parent e71bbce commit 780be90

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mnt/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ micronaut {
3939

4040
rewrite {
4141
activeRecipe('org.openrewrite.java.testing.assertj.JUnitToAssertj')
42+
activeRecipe("org.openrewrite.java.testing.assertj.Assertj")
43+
activeRecipe("org.openrewrite.java.testing.hamcrest.MigrateHamcrestToAssertJ")
44+
setExportDatatables(true)
4245
}
4346

4447
tasks.withType(Test).configureEach {

0 commit comments

Comments
 (0)