Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for fullDistributionRuntimeClasspath (0.17 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic/build-update-utils/src/main/kotlin/gradlebuild.root-target-runtimes.gradle.kts

    }
    
    // Computes a map of all projects in the full Gradle distribution to their target runtime details file.
    val targetRuntimeDetails: Provider<Map<String, File>> = configurations.resolvable("fullDistributionRuntimeClasspath") {
        extendsFrom(runtimeAware)
        configureAsRuntimeJarClasspath(objects)
    }.flatMap {
        it.incoming.artifactView {
            withVariantReselection()
            attributes {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 11 22:40:18 GMT 2026
    - 2.2K bytes
    - Click Count (0)
Back to Top