Gradle Project: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
A Project is the main API to use to interact with Gradle. | A Project is the main API to use to interact with Gradle. All top level statements within a [[Gradle_Build_Script#Overview|build script]] are delegated to the corresponding Project instance. |
Revision as of 19:37, 17 May 2018
External
Internal
Overview
A Project is the main API to use to interact with Gradle. All top level statements within a build script are delegated to the corresponding Project instance.