lib
open fun lib(@DelegatesTo(value = CopySpec::class, strategy = Closure.DELEGATE_FIRST ) configureClosure: Closure): CopySpec(source)
Adds dependency libraries to include in the 'lib' directory of the EAR archive.
The given closure is executed to configure a CopySpec
. The CopySpec is passed to the closure as its delegate.
Return
The created CopySpec
Parameters
configure Closure
The closure.
Adds dependency libraries to include in the 'lib' directory of the EAR archive.
The given action is executed to configure a CopySpec
.
Return
The created CopySpec
Since
3.5
Parameters
configure Action
The action.