Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for taskDefinition (0.33 sec)

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

    The following example demonstrates an incremental task that has a directory input.
    It assumes that the directory contains a collection of text files and copies them to an output directory, reversing the text within each file:
    
    [[taskDefinition]]
    ====
    include::sample[dir="snippets/tasks/incrementalTask/kotlin",files="build.gradle.kts[tags=incremental-task]"]
    include::sample[dir="snippets/tasks/incrementalTask/groovy",files="build.gradle[tags=incremental-task]"]
    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