JvmComponentExtension

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.

Properties

PropertyDescription
libraries
Incubating

Provides the set of JVM libraries that can be created by this build.

Methods

MethodDescription
libraries(action)
Incubating

Configures the set of JVM libraries.

Script blocks

No script blocks

Property details

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.

Method details

void libraries(Action<? super NamedDomainObjectContainer<? super JvmLibrarySpec>> action)

Note: This method is incubating and may change in a future version of Gradle.

Configures the set of JVM libraries.