Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for incrementalReverse (0.15 sec)

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

        └── 3.txt
    ----
    
    [source, text]
    ----
    $ gradle -q incrementalReverse
    include::{snippetsPath}/tasks/incrementalTask/tests/incrementalTaskFirstRun.out[]
    ----
    
    Naturally, when the task is executed again with no changes, then the entire task is `UP-TO-DATE`, and the task action is not executed:
    
    [source, text]
    ----
    $ gradle incrementalReverse
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Feb 25 15:21:05 UTC 2024
    - 23.6K bytes
    - Viewed (0)
Back to top