Package org.gradle.api.attributes.plugin
Interface GradlePluginApiVersion
- All Superinterfaces:
Named
Represents a version of the minimal version of the Gradle API required by (variant of) a Gradle plugin.
- Since:
- 7.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Attribute<GradlePluginApiVersion>
Minimal Gradle version required. -
Method Summary
-
Field Details
-
GRADLE_PLUGIN_API_VERSION_ATTRIBUTE
Minimal Gradle version required. SeeGradleVersion
for supported values.
-