Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. subprojects/core/src/test/groovy/org/gradle/execution/plan/DefaultExecutionPlanParallelTest.groovy

            Task c = task("c", project: projectC, type: AsyncWithInputDirectory, dependsOn: [a])
            _ * c.inputDirectory >> file("inputDir").file("inputSubdir")
    
            file("inputDir").file("inputSubdir").file("foo").file("bar") << "bar"
    
            expect:
            destroyerRunsLast(a, c, b)
        }
    
        def "a task that destroys a descendant of an intermediate input is not started"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 93.5K bytes
    - Viewed (0)
Back to top