We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7df211 commit 2a3d615Copy full SHA for 2a3d615
src/main/resources/META-INF/rewrite/junit5.yml
@@ -247,13 +247,13 @@ tags:
247
recipeList:
248
- org.openrewrite.java.testing.junit5.RunnerToExtension:
249
runners:
250
- - org.vertx.testtools.VertxUnitRunner
251
- extension: org.vertx.testtools.VertxExtension
+ - io.vertx.ext.unit.junit.VertxUnitRunner
+ extension: io.vertx.junit5.VertxExtension
252
- org.openrewrite.java.dependencies.AddDependency:
253
groupId: io.vertx
254
artifactId: vertx-junit5
255
version: 4.x
256
- onlyIfUsing: org.vertx.testtools.VertxUnitRunner
+ onlyIfUsing: io.vertx.ext.unit.junit.VertxUnitRunner
257
acceptTransitive: true
258
---
259
type: specs.openrewrite.org/v1beta/recipe
0 commit comments