Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nonSuppressedProblemCount (0.18 sec)

  1. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/problems/ConfigurationCacheProblems.kt

            (summary.problemCount > 0 || incompatibleTasks.isNotEmpty()) && isFailOnProblems
    
        private
        fun hasTooManyProblems(summary: Summary) =
            summary.nonSuppressedProblemCount > startParameter.maxProblems
    
        private
        fun log(msg: String, vararg args: Any = emptyArray()) {
            logger.warn(msg, *args)
        }
    
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:04:02 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top