Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPropertyDescription (0.26 sec)

  1. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/internal/reflect/validation/ValidationMessageDisplayConfiguration.groovy

            if (!hasIntro) {
                return ''
            }
            String intro = typeName ? getTypeIntro() : getPropertyDescription()
            if (pluginId) {
                return "In plugin '${pluginId}' ${intro.uncapitalize()}"
            }
            return intro
        }
    
        private String getPropertyDescription() {
            property ? "${propertyIntro.capitalize()} '${property}' " : ""
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 20 11:12:24 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top