project
Locates a project by path. If the path is relative, it is interpreted relative to this project.
Return
The project with the given path. Never returns null.
Parameters
The path.
Throws
If no project with the given path exists.
Locates a project by path and configures it using the given closure. If the path is relative, it is interpreted relative to this project. The target project is passed to the closure as the closure's delegate.
Return
The project with the given path. Never returns null.
Parameters
The path.
The closure to use to configure the project.
Throws
If no project with the given path exists.
Locates a project by path and configures it using the given action. If the path is relative, it is interpreted relative to this project.
Return
The project with the given path. Never returns null.
Since
3.4
Parameters
The path.
The action to use to configure the project.
Throws
If no project with the given path exists.