Skip to content

Commit 8850458

Browse files
committed
Add rewrite recipes
1 parent f8fb338 commit 8850458

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

helidon/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ application {
2828

2929
rewrite {
3030
activeRecipe('org.openrewrite.java.testing.assertj.JUnitToAssertj')
31+
activeRecipe("org.openrewrite.java.testing.assertj.Assertj")
32+
activeRecipe("org.openrewrite.java.testing.hamcrest.MigrateHamcrestToAssertJ")
33+
setExportDatatables(true)
3134
}
35+
3236
tasks.withType(Test).configureEach {
3337
useJUnitPlatform()
3438
}

0 commit comments

Comments
 (0)