meta
  open fun metaInf(@DelegatesTo(value = CopySpec::class
Adds content to this JAR archive's META-INF directory.
The given closure is executed to configure a CopySpec. The org.gradle.api.file.CopySpec is passed to the closure as its delegate.
Return
The created CopySpec
Parameters
configure
The closure.
Adds content to this JAR archive's META-INF directory.
The given action is executed to configure a CopySpec.
Return
The created CopySpec
Since
3.5
Parameters
configure
The action.