API Documentation: | JvmComponentExtension |
---|
Note: This class is incubating and may change in a future version of Gradle.
The configuration for jvm components created by this build.
Property | Description |
libraries | Incubating Provides the set of JVM libraries that can be created by this build. |
Method | Description |
libraries(action) | Incubating Configures the set of JVM libraries. |
NamedDomainObjectContainer
<JvmLibrary
>
libraries
(read-only)
NamedDomainObjectContainer
<JvmLibrary
>Note: This property is incubating and may change in a future version of Gradle.
Provides the set of JVM libraries that can be created by this build.
void
libraries
(Action
<? super NamedDomainObjectContainer
<? super JvmLibrary
>>
action)
Action
<? super NamedDomainObjectContainer
<? super JvmLibrary
>>Note: This method is incubating and may change in a future version of Gradle.
Configures the set of JVM libraries.