Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. subprojects/core/src/main/java/org/gradle/execution/taskgraph/DefaultTaskExecutionGraph.java

            // Take a snapshot of all tasks, as nodes are removed from the plan as they execute
            allTasks = ImmutableList.copyOf(executionPlan.getContents().getTasks());
            if (!hasFiredWhenReady) {
                fireWhenReady();
                hasFiredWhenReady = true;
            } else if (!graphListeners.isEmpty()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 15.2K bytes
    - Viewed (0)
Back to top