WarPluginConvention

abstract class WarPluginConvention(source)

Deprecated

A Convention used for the WarPlugin.

Deprecated

Please configure the tasks directly. This class is scheduled for removal in Gradle 9.0.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getProject(): Project
Link copied to clipboard
abstract fun getWebAppDir(): File
Returns the web application directory.
Link copied to clipboard
abstract fun getWebAppDirName(): String
The name of the web application directory, relative to the project directory.
Link copied to clipboard
abstract fun setWebAppDirName(webAppDirName: String)