Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Add testImplementation("org.openrewrite:rewrite-test")
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Nov 27, 2024
1 parent 5049a07 commit 94e8ca3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ dependencies {
implementation("org.openrewrite.recipe:rewrite-static-analysis:$rewriteVersion")
implementation("org.openrewrite.recipe:rewrite-terraform:$rewriteVersion")
implementation("org.openrewrite.recipe:rewrite-testing-frameworks:$rewriteVersion")

testImplementation("org.openrewrite:rewrite-test")
}

0 comments on commit 94e8ca3

Please sign in to comment.