Gradle Distribution Plugin: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
* [[Gradle_Concepts#Artifact|Gradle Concepts]]
* [[Gradle_Concepts#Artifact|Gradle Concepts]]
* [[Gradle_Application_Plugin#Overview|Gradle Application Plugin]]
* [[Gradle_Application_Plugin#Overview|Gradle Application Plugin]]


=Overview=
=Overview=


Part of the [[Gradle_Application_Plugin#Overview|Application plugin]] flow.
The Distribution plugin builds archives that serve as distributions of the project. They typically contain the executable application and other supporting files, such as the documentation. The Distribution plugin is part of the [[Gradle_Application_Plugin#Overview|Application plugin]] flow. The plugin adds an [[Gradle_Concepts#Extensions|extension]] named "distribution"


=Building Custom Files with the Distribution=
=Building Custom Files with the Distribution=

Revision as of 22:45, 28 July 2018

External

Internal


Overview

The Distribution plugin builds archives that serve as distributions of the project. They typically contain the executable application and other supporting files, such as the documentation. The Distribution plugin is part of the Application plugin flow. The plugin adds an extension named "distribution"

Building Custom Files with the Distribution