Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ProjectExecutionServices (0.29 sec)

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

            private final ProjectExecutionServiceRegistry projectExecutionServices;
    
            public InvokeNodeExecutorsAction(List<NodeExecutor> nodeExecutors, ProjectExecutionServiceRegistry projectExecutionServices) {
                this.nodeExecutors = nodeExecutors;
                this.projectExecutionServices = projectExecutionServices;
            }
    
            @Override
            public void execute(Node node) {
    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