Gradle Project: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
==Multi-Project Build Layout== | ==Multi-Project Build Layout== | ||
[[Gradle_Settings_Script_and_Settings_Instance#Project_Hierarchy|Project Hierarchy]] |
Revision as of 21:31, 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.