diff --git a/build.gradle.kts b/build.gradle.kts index 58fa5a4..f2f31c8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -78,6 +78,7 @@ dependencies { "recipe"("org.openrewrite.recipe:rewrite-all") "recipe"("org.openrewrite.meta:rewrite-analysis") "recipe"("org.openrewrite.recipe:rewrite-ai-search") + "recipe"("org.openrewrite.recipe:rewrite-android") "recipe"("org.openrewrite.recipe:rewrite-apache") "recipe"("org.openrewrite.recipe:rewrite-circleci") "recipe"("org.openrewrite.recipe:rewrite-codemods") @@ -87,6 +88,7 @@ dependencies { "recipe"("org.openrewrite.recipe:rewrite-docker") "recipe"("org.openrewrite.recipe:rewrite-feature-flags") "recipe"("org.openrewrite.recipe:rewrite-github-actions") +// "recipe"("org.openrewrite.recipe:rewrite-gitlab") "recipe"("org.openrewrite.recipe:rewrite-hibernate") "recipe"("org.openrewrite.recipe:rewrite-jackson") "recipe"("org.openrewrite.recipe:rewrite-java-dependencies")