Gradle Multi-Project Builds: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
=Inter-Project Dependencies= | =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. | 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|task dependencies]]. | ||
==Project Dependencies== | ==Project Dependencies== | ||
==Task Dependencies== | ==Task Dependencies== | ||
{{Internal|Gradle_Task_Dependencies_and_Ordering#Overview|https://kb.novaordis.com/index.php/Task Dependencies}} | {{Internal|Gradle_Task_Dependencies_and_Ordering#Overview|https://kb.novaordis.com/index.php/Task Dependencies}} |
Revision as of 01:21, 22 October 2020
Internal
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.