Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for readProjects (0.06 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/buildutils/runtimes/CheckTargetRuntimes.kt

        abstract val verbose: Property<Boolean>
    
        @TaskAction
        fun execute() {
            val projects = readProjects()
            val shouldFix = fix.getOrElse(false)
            val shouldPrintDetails = verbose.getOrElse(false)
            val computedTargetRuntimes = computeTargetRuntimes(projects)
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 11 22:40:18 GMT 2026
    - 13.8K bytes
    - Click Count (0)
Back to Top