Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for graphReady (0.08 sec)

  1. testing/integ-test/src/integTest/groovy/org/gradle/integtests/TaskExecutionIntegrationTest.groovy

        def executesAllTasksInASingleBuildAndEachTaskAtMostOnce() {
            buildFile << """
                gradle.taskGraph.whenReady { assert !project.hasProperty('graphReady'); ext.graphReady = true }
                task a {
                    doLast { task ->
                        project.ext.executedA = task
                    }
                }
                task b {
                    doLast {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 25.7K bytes
    - Viewed (0)
Back to top