Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for moduleSet (0.08 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeStateTest.groovy

            parent2.collectAncestorsStrictVersions([parent2Edge])
            child.collectAncestorsStrictVersions([edge1, edge2])
    
            then:
            child.ancestorsStrictVersionConstraints.getModules() == moduleSet('a', 'b')
            parent1.ancestorsStrictVersionConstraints == root.ownStrictVersionConstraints
            parent2.ancestorsStrictVersionConstraints == root.ownStrictVersionConstraints
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top