Does not include Gradle dependency
Recipe ID
org.openrewrite.gradle.search.DoesNotIncludeDependencyArtifact
org.openrewrite:rewrite-gradleA precondition which returns false if visiting a Gradle file which includes the specified dependency in the classpath of some scope. For compatibility with multimodule projects, this should most often be applied as a precondition.
Usage
You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.gradle.search.DoesNotIncludeDependency --recipe-option "groupId=com.google.guava" --recipe-option "artifactId=guava"If the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite:rewrite-gradle:8.88.0Options
| Name | Type | Description |
|---|---|---|
groupIdrequired | String | The first part of a dependency coordinate com.google.guava:guava:VERSION. Supports glob.e.g. com.google.guava |
artifactIdrequired | String | The second part of a dependency coordinate com.google.guava:guava:VERSION. Supports glob.e.g. guava |
version | String | Match only dependencies with the specified resolved version. Node-style version selectors may be used. All versions are searched by default. e.g. 1.x |
configuration | String | Match dependencies with the specified scope. If not specified, all configurations will be searched. e.g. compileClasspath |
Data 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