api / org.gradle.api.tasks / SourceSet / getRuntimeOnlyConfigurationName

getRuntimeOnlyConfigurationName

@Incubating abstract fun getRuntimeOnlyConfigurationName(): String

Returns the name of the configuration that contains dependencies that are only required at runtime of the component. Dependencies found in this configuration are visible to the runtime classpath of the component, but not to consumers.

Return
the runtime only configuration name

Since
3.4