Class GradleProject

java.lang.Object
org.openrewrite.gradle.marker.GradleProject
All Implemented Interfaces:
Serializable, org.openrewrite.marker.Marker

public class GradleProject extends Object implements org.openrewrite.marker.Marker, Serializable
Contains metadata about a Gradle Project. Queried from Gradle itself when the OpenRewrite build plugin runs. Not automatically available on LSTs that aren't parsed through a Gradle plugin, so tests won't automatically have access to this metadata.
See Also: