Skip to content

Commit

Permalink
Comment out rewrite-testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Aug 15, 2023
1 parent 750586b commit 94211cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies {
"recipe"("org.openrewrite.recipe:rewrite-sql:$rewriteVersion")
"recipe"("org.openrewrite.recipe:rewrite-static-analysis:$rewriteVersion")
"recipe"("org.openrewrite.recipe:rewrite-terraform:$rewriteVersion")
"recipe"("org.openrewrite.recipe:rewrite-testcontainers:$rewriteVersion")
//"recipe"("org.openrewrite.recipe:rewrite-testcontainers:$rewriteVersion") // TODO Add after first release
"recipe"("org.openrewrite.recipe:rewrite-testing-frameworks:$rewriteVersion")
}

Expand Down

0 comments on commit 94211cc

Please sign in to comment.