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 c4fb5ba commit 0d24ee2Copy full SHA for 0d24ee2
src/main/resources/META-INF/rewrite/truth.yml
@@ -221,3 +221,7 @@ recipeList:
221
- org.openrewrite.java.ChangeType:
222
oldFullyQualifiedTypeName: com.google.common.truth.Truth
223
newFullyQualifiedTypeName: org.assertj.core.api.Assertions
224
+
225
+ - org.openrewrite.java.dependencies.RemoveDependency:
226
+ groupId: com.google.truth
227
+ artifactId: truth
0 commit comments