Project

The main API you use to interact with Gradle from your build file.

API Documentation

Project

Properties

Name Type Description
name String (read-only) The name of the project.
path String (read-only) The path of the project.

Methods

Name Signature Description
file File file(Object path) Resolves a file path relative to the project directory of this project.