1 parent f8fb338 commit 8850458Copy full SHA for 8850458
1 file changed
helidon/build.gradle
@@ -28,7 +28,11 @@ application {
28
29
rewrite {
30
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)
34
}
35
+
36
tasks.withType(Test).configureEach {
37
useJUnitPlatform()
38
0 commit comments