Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            if (type == MutationType.STRATEGY) {
                return;
            }
    
            preventIllegalParentMutation(type);
            boolean emittedDeprecation = maybePreventMutation(type, type + " of parent");
    
            // Notify children of this mutation, but don't emit a deprecation if we already emitted one
    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