Gradle Application Plugin: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
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. | 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= | |||
=Properties= | =Properties= |
Revision as of 22:47, 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
Properties
mainClassName
mainClassName = 'greeter.Greeter'