← All recipes
Open source

List effective Gradle project repositories

Recipe IDorg.openrewrite.gradle.search.EffectiveGradleRepositories
Artifactorg.openrewrite:rewrite-gradle

Lists the Gradle project repositories that would be used for dependency resolution, in order of precedence. This includes Maven repositories defined in the Gradle build files and settings as determined when the LST was produced.

Single recipeApache 2.0

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.search.EffectiveGradleRepositories

If the recipe isn’t available locally, install it with:

mod config recipes jar install org.openrewrite:rewrite-gradle:8.88.0

Options

NameTypeDescription
useMarkersBooleanWhether to add markers for each effective Gradle repository to the build file. Default false.

Data tables

Structured output this recipe can produce.

  • Effective Maven repositoriesTable showing which Maven repositories were used in dependency resolution for this POM.org.openrewrite.maven.search.EffectiveMavenRepositoriesTable
  • 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