api / org.gradle.plugins.ear.descriptor / DeploymentDescriptor / getLibraryDirectory

getLibraryDirectory

abstract fun getLibraryDirectory(): String

The name of the directory to look for libraries in. Optional. If not specified, org.gradle.plugins.ear.Ear#getLibDirName() is used. Typically, this should be set via org.gradle.plugins.ear.EarPluginConvention#setLibDirName(String) instead of this property when using the ear plugin.