Gradle Application Plugin: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* [[Gradle_Concepts#Artifacts_and_Artifact_Publishing|Gradle Concepts]] | * [[Gradle_Concepts#Artifacts_and_Artifact_Publishing|Gradle Concepts]] | ||
* [[Gradle Distribution Plugin#Overview|Gradle Distribution Plugin]] | |||
=Overview= | =Overview= |
Revision as of 23:04, 17 July 2018
External
Internal
Overview
The application plugin facilitates creating an executable JVM application. It bundles all application JARS, transitive dependencies and operating system specific scripts into a TAR or ZIP file.
Typical Setup
This setup describes configuration of a multi-project build, whose sub-project create various components of the application and the top level project bundles all those in a distributable artifact.
Properties
mainClassName
mainClassName = 'greeter.Greeter'