Skip to content

Commit

Permalink
removed duplicate dependency in build file
Browse files Browse the repository at this point in the history
  • Loading branch information
cjobinabo committed Aug 11, 2023
1 parent 5778e40 commit 24b8838
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies {
implementation("org.openrewrite.recipe:rewrite-java-dependencies")
implementation("org.openrewrite.recipe:rewrite-migrate-java")
implementation("org.openrewrite.recipe:rewrite-static-analysis")
implementation("org.openrewrite.recipe:rewrite-static-analysis")

testImplementation("org.openrewrite:rewrite-java-17")
testImplementation("org.openrewrite:rewrite-test")
Expand Down

0 comments on commit 24b8838

Please sign in to comment.