Gradle Application Plugin: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
=Typical Setup= | =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= | =Properties= |
Revision as of 22:48, 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'