Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildTask (0.1 sec)

  1. subprojects/core/src/test/groovy/org/gradle/execution/selection/DefaultBuildTaskSelectorTest.groovy

            def other = includedBuild("build")
            withIncludedBuilds(other)
    
            when:
            selector.resolveTaskName(null, null, target, ":build:task")
    
            then:
            1 * taskSelector.getSelection(_, other.rootProject, "task", false)
        }
    
        def "can use pattern matching to select project"() {
            withIncludedBuilds()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 10:15:47 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top