deployment
  abstract fun deploymentDescriptor(@DelegatesTo(value = DeploymentDescriptor::class
Configures the deployment descriptor for this EAR archive.
The given closure is executed to configure the deployment descriptor. The DeploymentDescriptor is passed to the closure as its delegate.
Return
This.
Parameters
configure
The closure.
abstract fun deploymentDescriptor(configureAction: Action<in DeploymentDescriptor>): EarPluginConvention
Configures the deployment descriptor for this EAR archive.
The given action is executed to configure the deployment descriptor.
Return
This.
Since
3.5
Parameters
configure
The action.