Skip to content

Commit

Permalink
Merge pull request #12251 from JabRef/koppor-patch-2
Browse files Browse the repository at this point in the history
Disable non-working Openrewrite recipe
  • Loading branch information
Siedlerchr authored Dec 1, 2024
2 parents 40af0c4 + d5bd7b6 commit b5fae29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ recipeList:
- org.openrewrite.java.testing.junit5.RemoveDuplicateTestTemplates
- org.openrewrite.java.testing.junit5.RemoveTryCatchFailBlocks
- org.openrewrite.java.testing.junit5.LifecycleNonPrivate
- org.openrewrite.java.testing.junit5.StaticImports
# Does not work on some JDK releases. See https://github.com/openrewrite/rewrite-logging-frameworks/issues/177.
# - org.openrewrite.java.testing.junit5.StaticImports

# Logging
- org.openrewrite.java.logging.slf4j.Slf4jBestPractices

0 comments on commit b5fae29

Please sign in to comment.