Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildFeature (0.17 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/implementing_gradle_plugins_binary.adoc

    <3> Using the `active` status of a feature to disable incompatible functionality.
    
    === Build feature properties
    
    A `BuildFeature` status properties are represented with `Provider<Boolean>` types.
    
    The link:{javadocPath}/org/gradle/api/configuration/BuildFeature.html#getRequested--[`BuildFeature.getRequested()`] status of a build feature determines if the user requested to enable or disable the feature.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 29 02:31:44 UTC 2024
    - 37.7K bytes
    - Viewed (0)
Back to top