Skip to content

Commit

Permalink
Add rewrite-kotlin and rewrite-java-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed Feb 16, 2023
1 parent 44b4c6b commit f65957c
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,11 +30,13 @@ configurations {

dependencies {
api(platform("org.openrewrite:rewrite-bom:$latest"))
api("org.openrewrite:rewrite-kotlin:$latest")
api("org.openrewrite.recipe:rewrite-circleci:$latest")
api("org.openrewrite.recipe:rewrite-cloud-suitability-analyzer:$latest")
api("org.openrewrite.recipe:rewrite-concourse:$latest")
api("org.openrewrite.recipe:rewrite-github-actions:$latest")
api("org.openrewrite.recipe:rewrite-java-security:$latest")
api("org.openrewrite.recipe:rewrite-java-dependencies:$latest")
api("org.openrewrite.recipe:rewrite-jhipster:$latest")
api("org.openrewrite.recipe:rewrite-kubernetes:$latest")
api("org.openrewrite.recipe:rewrite-logging-frameworks:$latest")
Expand Down

0 comments on commit f65957c

Please sign in to comment.