Gradle Project: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
(Blanked the page)
Line 1: Line 1:
=External=


* https://docs.gradle.org/current/dsl/org.gradle.api.Project.html
=Internal=
* [[Gradle_Concepts#Project|Gradle Concepts]]
=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.
=Multi-Project Builds=
==Root Project==
==Multi-Project Build Layout==
[[Gradle_Settings_Script_and_Settings_Instance#Project_Hierarchy|Project Hierarchy]]

Revision as of 22:00, 17 May 2018