Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createdTasksFor (0.11 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/execution/taskgraph/RuleTaskExecutionIntegrationTest.groovy

                            }
                        }
                    }
                }
            """
    
            then:
            createdTasksFor(":a:t1") == [":a:t1"]
            createdTasksFor(":a:t1", "b:t1") == [":a:t1", ":b:t1"]
            createdTasksFor(":t1") == [":t1"]
            createdTasksFor("t1") == [":a:t1", ":b:t1", ":c:t1", ":t1"]
        }
    
        def "rule based tasks that are not requested on the command line are not created"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top