ProjectHierarchy

public final class ProjectHierarchy

A utility class for working with the Gradle project hierarchy.

Functions

Link copied to clipboard
public static void applyToAll(Project rootProject, Action<Project> action)
Applies the given action to all the available projects in the hierarchy defined by the given root project.