Basic Gradle Project
Provides some basic details about a Gradle project.
Since
1.8
Functions
Link copied to clipboard
Returns a path to the project for the full build tree
Link copied to clipboard
Returns the child projects of this project, or the empty set if there are no child projects.
Link copied to clipboard
Returns the parent of this project, or
null
if this is the root project.Link copied to clipboard
Returns the project directory for this project.
Link copied to clipboard
Returns the identifier for this Gradle project.