Skip to content

Commit

Permalink
Merge pull request #16 from openrewrite/large-repositories
Browse files Browse the repository at this point in the history
OpenRewrite 8.0 upgrade
  • Loading branch information
knutwannheden authored May 31, 2023
2 parents 5eb20e0 + 599927a commit 2e5fae1
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 @@ -20,6 +20,7 @@ dependencies {
api(platform("org.openrewrite:rewrite-bom:$latest"))
api("org.openrewrite:rewrite-kotlin:$latest")
api("org.openrewrite:rewrite-python:$latest")
api("org.openrewrite.meta:rewrite-analysis:$latest")
api("org.openrewrite.recipe:rewrite-circleci:$latest")
api("org.openrewrite.recipe:rewrite-cloud-suitability-analyzer:$latest")
api("org.openrewrite.recipe:rewrite-concourse:$latest")
Expand All @@ -33,6 +34,7 @@ dependencies {
api("org.openrewrite.recipe:rewrite-migrate-java:$latest")
api("org.openrewrite.recipe:rewrite-quarkus:$latest")
api("org.openrewrite.recipe:rewrite-spring:$latest")
api("org.openrewrite.recipe:rewrite-static-analysis:$latest")
api("org.openrewrite.recipe:rewrite-terraform:$latest")
api("org.openrewrite.recipe:rewrite-testing-frameworks:$latest")
}
Expand Down

0 comments on commit 2e5fae1

Please sign in to comment.