Skip to content

Commit

Permalink
Add rewrite-openapi and rewrite-third-party
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Feb 20, 2024
1 parent dec5682 commit c842c1e
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 @@ -47,13 +47,15 @@ dependencies {
api("org.openrewrite.recipe:rewrite-micronaut:$latest")
api("org.openrewrite.recipe:rewrite-migrate-java:$latest")
api("org.openrewrite.recipe:rewrite-okhttp:$latest")
api("org.openrewrite.recipe:rewrite-openapi:$latest")
api("org.openrewrite.recipe:rewrite-quarkus:$latest")
api("org.openrewrite.recipe:rewrite-recommendations:$latest")
api("org.openrewrite.recipe:rewrite-spring:$latest")
api("org.openrewrite.recipe:rewrite-sql:$latest")
api("org.openrewrite.recipe:rewrite-static-analysis:$latest")
api("org.openrewrite.recipe:rewrite-terraform:$latest")
api("org.openrewrite.recipe:rewrite-testing-frameworks:$latest")
api("org.openrewrite.recipe:rewrite-third-party:$latest")
}

publishing {
Expand Down

0 comments on commit c842c1e

Please sign in to comment.