Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for outputSubdir (0.18 sec)

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

            Task a = task("a", type: AsyncWithOutputDirectory)
            _ * a.outputDirectory >> file("outputDir")
            Task b = task("b", type: AsyncWithOutputDirectory)
            _ * b.outputDirectory >> file("outputDir").file("outputSubdir").file("output")
    
            expect:
            tasksAreNotExecutedInParallel(a, b)
        }
    
        def "a task that writes into an ancestor directory of a file that is an output of a running task is not started"() {
    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