Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GreetingTask (0.23 sec)

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

    Using an extension and mapping it to a custom task's input/output properties is common in plugins.
    
    In this example, the message property of the `GreetingPluginExtension` is mapped to the message property of the `GreetingTask` as an input:
    
    ====
    include::sample[dir="snippets/plugins/greeting/kotlin", files="buildSrc/src/main/kotlin/greetings.gradle.kts[tags=task]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top