Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for task_project (0.14 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/build/DefaultBuildLifecycleController.java

                assert taskProjectPath != null;
                ProjectInternal taskProject = resolveProject(taskProjectPath);
                if (taskProject != null) {
                    String taskName = taskPath.getName();
                    return new TaskSelection(
                        taskProject.getPath(),
                        taskName,
                        tasks -> tasks.add(taskProject.getTasks().getByName(taskName))
                    );
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 16.5K bytes
    - Viewed (0)
Back to top