Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isNullOrBlank (0.21 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/concurrent/BuildServices.kt

            val DEFAULT_IO_ACTION_TIMEOUT = Duration.ofMinutes(1).toMillis()
        }
    
        override val ioActionTimeoutMs: Long by lazy {
            System.getProperty(IO_ACTION_TIMEOUT_SYSTEM_PROPERTY)
                .takeIf { !it.isNullOrBlank() }
                ?.let { property ->
                    property.toPositiveLongOrNull()
                        ?: throw Exception(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top