Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for DependencyScopeConfiguration (0.09 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

    import gradlebuild.buildutils.runtimes.CheckTargetRuntimes
    import gradlebuild.configureAsRuntimeJarClasspath
    
    plugins {
        id("gradlebuild.repositories")
    }
    
    val runtimeAware: NamedDomainObjectProvider<DependencyScopeConfiguration> = configurations.dependencyScope("runtimeAware") {
        description = "All dependencies which should run in a Gradle context, and therefore must declare or inherit target runtime compatibility"
    }
    
    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