api / org.gradle.api.tasks / SourceSet / getRuntimeElementsConfigurationName

getRuntimeElementsConfigurationName

@Incubating abstract fun getRuntimeElementsConfigurationName(): String

Returns the name of the configuration containing elements that are stricly required at runtime. Consumers of this configuration will get all the mandatory elements for this component to execute at runtime.

Return
the name of the runtime elements configuration.

Since
3.4