Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for describeOption (0.09 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r61/GradleProjectBuilderOptionsCrossVersionSpec.groovy

            "all lazy tasks" | ""               | true         | true
            "all lazy tasks" | null             | true         | true
    
            optionDescription = describeOption(option)
        }
    
        private def describeOption(String s) {
            return s == null ? "is not set" : s.isEmpty() ? "is empty" : "'$s'"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top