Skip to content

Commit

Permalink
Remove rewrite-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-solomon committed Jul 16, 2024
1 parent 534a0bb commit 8fbfcae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ dependencies {
"recipe"("org.openrewrite.recipe:rewrite-circleci")
"recipe"("org.openrewrite.recipe:rewrite-concourse")
"recipe"("org.openrewrite.recipe:rewrite-cucumber-jvm")
"recipe"("org.openrewrite.recipe:rewrite-docker:1.+") // FIXME drop override once managed version is 1.0.1+

// Removed rewrite-docker as even with the following change it was breaking the build in confusing ways
// "recipe"("org.openrewrite.recipe:rewrite-docker:1.+") // FIXME drop override once managed version is 1.0.1+

"recipe"("org.openrewrite.recipe:rewrite-github-actions")
"recipe"("org.openrewrite.recipe:rewrite-hibernate")
"recipe"("org.openrewrite.recipe:rewrite-jackson")
Expand Down

0 comments on commit 8fbfcae

Please sign in to comment.