Skip to content

Commit

Permalink
Also handle software.amazon.awssdk from rewrite-third-party
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Oct 10, 2024
1 parent dac1845 commit f8007e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1959,6 +1959,7 @@ $cliSnippet
recipe.name.startsWith("io.quarkus") ||
recipe.name.startsWith("org.apache") ||
recipe.name.startsWith("org.axonframework") ||
recipe.name.startsWith("software.amazon.awssdk") ||
recipe.name.startsWith("tech.picnic")
) {
recipe.name.replace("\\.".toRegex(), "/").lowercase(Locale.getDefault())
Expand Down

0 comments on commit f8007e3

Please sign in to comment.