Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TaskReportTaskAction (0.12 sec)

  1. subprojects/diagnostics/src/main/java/org/gradle/api/plugins/HelpTasksPlugin.java

                task.setImpliesSubProjects(true);
            }
        }
    
        private static class TaskReportTaskAction implements Action<TaskReportTask> {
            private final String projectName;
            private final boolean noChildren;
    
            public TaskReportTaskAction(String projectName, boolean noChildren) {
                this.projectName = projectName;
                this.noChildren = noChildren;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 30 16:15:23 UTC 2023
    - 10.7K bytes
    - Viewed (0)
Back to top