Gradle Project: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:


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.
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.
=Multi-Project Builds=

Revision as of 21:24, 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.

Multi-Project Builds