ApplicationPlugin

A Plugin which packages and runs a project as a Java Application.

The plugin can be configured via the JavaApplication extension.

Since

1.0

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val APPLICATION_GROUP: String = "application"
The application group.
Link copied to clipboard
val APPLICATION_PLUGIN_NAME: String = "application"
The application plugin name.
Link copied to clipboard
val TASK_DIST_TAR_NAME: String = "distTar"
The task dist tar name.
Link copied to clipboard
val TASK_DIST_ZIP_NAME: String = "distZip"
The task dist zip name.
Link copied to clipboard
val TASK_RUN_NAME: String = "run"
The task run name.
Link copied to clipboard
val TASK_START_SCRIPTS_NAME: String = "startScripts"
The task start scripts name.

Functions

Link copied to clipboard
open fun apply(project: Project)
Apply this plugin to the given target object.