WarPlugin

abstract class WarPlugin : Plugin<T> (source)

A Plugin which extends the JavaPlugin to add tasks which assemble a web application into a WAR file.

See also

<a href="https://docs.gradle.org/current/userguide/war_plugin.html">WAR plugin reference</a>

Constructors

Link copied to clipboard
@Inject
constructor(objectFactory: ObjectFactory, attributesFactory: AttributesFactory)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val WAR_TASK_NAME: String = "war"

Functions

Link copied to clipboard
open fun apply(project: Project)