VcsMapping

interface VcsMapping(source)

A dependency mapping provided by a VCS repository.

Since

4.4

Functions

Link copied to clipboard
abstract fun from(versionControlSpec: VersionControlSpec)
abstract fun <T : VersionControlSpec?> from(type: Class<T>, configureAction: Action<in T>)
Specifies the VCS location for the requested component.
Link copied to clipboard
The requested dependency, before it is resolved.