Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for byConstraint (0.15 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/constraints/DependencyConstraintsAndResolutionStrategiesIntegrationTest.groovy

                    constraint("org:foo:1.1","org:foo:1.0")
                    module("org:bar:1.0") {
                        edge("org:foo:1.0","org:foo:1.0") {
                            forced()
                            byConstraint()
                        }
                    }
                }
            }
        }
    
        void "fail-on-conflict resolution strategy is applied to dependency constraints"() {
            given:
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top