Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for notifyChildren (0.28 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfiguration.java

            // turns into an error, since the error will short-circuit the child notifications.
            if (emittedDeprecation) {
                DeprecationLogger.whileDisabled(() -> notifyChildren(type));
            } else {
                notifyChildren(type);
            }
        }
    
        @Override
        public void validateMutation(MutationType type) {
            preventIllegalMutation(type);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 85.4K bytes
    - Viewed (0)
Back to top