Skip to content

Commit

Permalink
Add missing testImplementation("org.openrewrite:rewrite-test")`
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 27, 2024
1 parent 6535cd4 commit 3a80069
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ dependencies {
exclude("com.google.auto.service", "auto-service-annotations")
}

// The RewriteTest class needed for testing recipes
testImplementation("org.openrewrite:rewrite-test")

// Need to have a slf4j binding to see any output enabled from the parser.
runtimeOnly("ch.qos.logback:logback-classic:1.2.+")

Expand Down

0 comments on commit 3a80069

Please sign in to comment.