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

public interface GradleSpecificFeature extends JvmFeature
A feature that only works with BuildTool.isGradle().
Since:
4.0.0
Author:
Sergio del Amo
  • Method Details

    • supports

      default boolean supports(BuildTool buildTool)
      Specified by:
      supports in interface Feature
      Specified by:
      supports in interface JvmFeature
      Parameters:
      buildTool - The Build Tool
      Returns:
      Whether the feature supports the build tool