Interface GradleSpecificFeature
- All Superinterfaces:
io.micronaut.core.naming.Described, Feature, JvmFeature, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered
- All Known Implementing Classes:
Buildless, JavaGradlePlugin, KotlinSymbolProcessing, NullAwayGradlePluginFeature
A feature that only works with
BuildTool.isGradle().- Since:
- 4.0.0
- Author:
- Sergio del Amo
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
apply, getCategory, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, isVisible, processSelectedFeatures, supports, supports, supportsMethods inherited from interface JvmFeature
supports, supports
-
Method Details
-
supports
- Specified by:
supportsin interfaceFeature- Specified by:
supportsin interfaceJvmFeature- Parameters:
buildTool- The Build Tool- Returns:
- Whether the feature supports the build tool
-