api / org.gradle.vcs / SourceControl

SourceControl

@Incubating interface SourceControl

Configuration related to source dependencies.

Since
4.4

Functions

getVcsMappings

abstract fun getVcsMappings(): VcsMappings

Returns the VCS mappings configuration.

vcsMappings

abstract fun vcsMappings(configuration: Action<in VcsMappings>): Unit

Configures VCS mappings.