Skip to content

Commit

Permalink
Add missing rewrite-migrate-java dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Nov 27, 2024
1 parent 94e8ca3 commit eb74d00
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 @@ -27,6 +27,7 @@ dependencies {
implementation("org.openrewrite:rewrite-xml")
implementation("org.openrewrite:rewrite-hcl")
implementation("org.openrewrite:rewrite-maven")
implementation("org.openrewrite.recipe:rewrite-migrate-java:$rewriteVersion")
implementation("org.openrewrite.recipe:rewrite-static-analysis:$rewriteVersion")
implementation("org.openrewrite.recipe:rewrite-terraform:$rewriteVersion")
implementation("org.openrewrite.recipe:rewrite-testing-frameworks:$rewriteVersion")
Expand Down

0 comments on commit eb74d00

Please sign in to comment.