| 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<JvmLibrarySpec> libraries (read-only)
NamedDomainObjectContainer<JvmLibrarySpec>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 JvmLibrarySpec>> action)
Action<? super NamedDomainObjectContainer<? super JvmLibrarySpec>>Note: This method is incubating and may change in a future version of Gradle.
Configures the set of JVM libraries.