Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for maybeByConstraint (0.14 sec)

  1. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/BomSupportPluginsSmokeTest.groovy

                    edge("junit:junit", "junit:junit:4.12", junitDeps).byReason(reason2)
                }
                nodes.each {
                    if (directBomDependency) {
                        it.maybeByConstraint()
                    } else if (reason1 == "requested") {
                        it.maybeSelectedByRule()
                    }
                }
            }
    
            where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 17:10:15 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/resolve/ResolveTestFixture.groovy

                this
            }
    
            NodeBuilder maybeByConflictResolution() {
                ignoreReasonPrefixes.add("conflict resolution")
                this
            }
    
            NodeBuilder maybeByConstraint() {
                ignoreReasonPrefixes.add("constraint")
                this
            }
    
            NodeBuilder maybeSelectedByRule() {
                ignoreReasonPrefixes.add("selected by rule")
                this
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 37.8K bytes
    - Viewed (0)
Back to top