Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getDependencyConstraints (0.23 sec)

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

            }
            allDependencies = new DefaultDependencySet(Describables.of(displayName, "all dependencies"), this, inheritedDependencies);
        }
    
        @Override
        public DependencyConstraintSet getDependencyConstraints() {
            return dependencyConstraints;
        }
    
        @Override
        public DependencyConstraintSet getAllDependencyConstraints() {
            if (allDependencyConstraints == null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 85.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    - `defaultDependencies(Action)` - DECLARABLE configurations only
    - `shouldResolveConsistentlyWith(Configuration)` - RESOLVABLE configurations only
    - `disableConsistentResolution()` - RESOLVABLE configurations only
    - `getDependencyConstraints()` - DECLARABLE configurations only
    - `copy()`, `copy(Spec)`, `copy(Closure)`, `copyRecursive()`, `copyRecursive(Spec)`, `copyRecursive(Closure)` - RESOLVABLE configurations only
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
Back to top