1 parent e71bbce commit 780be90Copy full SHA for 780be90
1 file changed
mnt/build.gradle
@@ -39,6 +39,9 @@ micronaut {
39
40
rewrite {
41
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)
45
}
46
47
tasks.withType(Test).configureEach {
0 commit comments