Skip to content

Commit

Permalink
fixup! Add rewrite-testing-frameworks dependency (enables official re…
Browse files Browse the repository at this point in the history
…cipes)
  • Loading branch information
Philzen committed Jun 24, 2024
1 parent 38dc817 commit 5582b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ dependencies {

// ↓ to allow using testing recipes in our recipe list
testRuntimeOnly("org.openrewrite.recipe:rewrite-testing-frameworks:latest.release") {
because("Provides essential recipes for usage in this project's recipe list")
exclude("org.testcontainers", "testcontainers")
}
}
Expand Down

0 comments on commit 5582b05

Please sign in to comment.