Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maybeByConstraint (0.13 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)
Back to top