Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for hasConfigurableValue (0.3 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/lazy_configuration.adoc

    Gradle automatically makes the properties of a task final when the task starts execution.
    
    The link:{javadocPath}/org/gradle/api/provider/HasConfigurableValue.html#finalizeValueOnRead--[finalizeValueOnRead()] method is similar, except that the property's final value is not calculated until the value of the property is queried.
    
    ```
    modifiedFiles.finalizeValueOnRead()
    ```
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:33:15 UTC 2024
    - 30.1K bytes
    - Viewed (0)
Back to top