Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reportValueNotSet (0.11 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/tasks/properties/AbstractValidatingProperty.java

            this.value = value;
            this.optional = optional;
            this.validationAction = validationAction;
        }
    
        private static final String VALUE_NOT_SET = "VALUE_NOT_SET";
    
        public static void reportValueNotSet(String propertyName, TypeValidationContext context, boolean hasConfigurableValue) {
            context.visitPropertyProblem(problem -> {
                ProblemSpec problemSpec = problem.forProperty(propertyName)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 09:10:37 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top