Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MutationType (0.33 sec)

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

                return true;
            }
            return false;
        }
    
        private void preventIllegalParentMutation(MutationType type) {
            // TODO: We can remove this check once we turn `maybePreventMutation` into an error
            if (type == MutationType.DEPENDENCY_ATTRIBUTES || type == MutationType.DEPENDENCY_CONSTRAINT_ATTRIBUTES) {
                return;
            }
    
            if (isFullyResoled(currentResolveState.get())) {
    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