Gradle Multi-Project Builds: Difference between revisions

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


Sub-projects can depend on each other in the context of a multi-project build.
Sub-projects can depend on each other in the context of a multi-project build.
=Inter-Project Dependencies=
Two project that are part of the same multi-project build may be related to each other via two kind of dependencies: project dependencies and task dependencies.
==Project Dependencies==
==Task Dependencies==

Revision as of 01:20, 22 October 2020

Internal

TODEPLETE

Gradle Multi-Project Builds TODEPLETE

Overview

Sub-projects can depend on each other in the context of a multi-project build.

Inter-Project Dependencies

Two project that are part of the same multi-project build may be related to each other via two kind of dependencies: project dependencies and task dependencies.

Project Dependencies

Task Dependencies