Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for docsResolver (0.17 sec)

  1. build-logic/packaging/src/main/kotlin/gradlebuild.distributions.gradle.kts

    val sourcesPath by sourcesResolver(listOf(coreRuntimeOnly, pluginsRuntimeOnly))
    sourcesPath.description = "Resolves the source code of all Gradle modules Jars (required for the All distribution)"
    val docsPath by docsResolver(":docs")
    docsPath.description = "Resolves to the complete Gradle documentation - automatically adds dependency to the :docs project"
    
    // Gradle API Sources
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top