Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TargetRuntime (0.2 seconds)

  1. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/runtimes/CheckTargetRuntimes.kt

            }
    
            val newTargetRuntimes = computed.map {
                when (it) {
                    TargetRuntime.CLIENT -> "client = true"
                    TargetRuntime.DAEMON -> "daemon = true"
                    TargetRuntime.WORKER -> "worker = true"
                }
            }.sorted()
    
    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