dependencySource

abstract var dependencySource: IviDependencySource

The source of IVI dependencies.

May only be changed before serviceApi and settingsServiceApi are set to true. It does not work retroactively; so a new value is not applied to already evaluated projects.

Example

ivi {
dependencySource = IviDependencySource.Artifactory("a.b.c")
}