Gradle Project: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
A Project is the main API to use to interact with Gradle. All top level statements within a | A Project is the main API to use to interact with Gradle. All top level statements within a "build.gradle" build script are delegated to the corresponding Project instance. | ||
=Multi-Project Builds= | =Multi-Project Builds= |
Revision as of 21:58, 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.gradle" build script are delegated to the corresponding Project instance.