toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.vcs
/
VcsMapping
/
from
from
API
abstract
fun
from
(
versionControlSpec
:
VersionControlSpec
)
(
source
)
Specifies the VCS location for the requested component.
Since
4.6
abstract
fun
<
T
:
VersionControlSpec
?
>
from
(
type
:
Class
<
T
>
,
configureAction
:
Action
<
in
T
>
)
(
source
)
Specifies the VCS location for the requested component.