Use project(...) dependency notation instead of the current project's module coordinates
org.openrewrite.gradle.gradle9.UseProjectDependencyInsteadOfModuleCoordinatesorg.openrewrite:rewrite-gradleGradle 9.3 deprecates depending on the current project by its own group:name:version module coordinates. In Gradle 9.x such a declaration resolves to the project's local outgoing variants, but in Gradle 10 it will instead attempt resolution from a repository. This recipe replaces a dependency declaration whose coordinates match the current project with the equivalent project("<path>") notation. Requires the GradleProject marker (available when parsed by the OpenRewrite Gradle plugin) to know the current project's coordinates and path.
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.gradle.gradle9.UseProjectDependencyInsteadOfModuleCoordinatesIf the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite:rewrite-gradle:8.88.0Data tables
Structured output this recipe can produce.
- Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats