Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dokkaHtml (0.06 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/tutorial_using_tasks.adoc

    When the task executes, the actions in the action list are executed in order.
    
    Here is an example of the `named` method being used to configure a task added by a plugin:
    
    [source,groovy]
    ----
    tasks.named("dokkaHtml") {
        outputDirectory.set(buildDir.resolve("dokka"))
    }
    ----
    
    == Task types
    Gradle tasks are a subclass of link:{javadocPath}/org/gradle/api/Task.html[`Task`].
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 17 00:09:06 UTC 2024
    - 10.1K bytes
    - Viewed (0)
Back to top