repositories

fun Project.repositories(configuration: RepositoryHandler.() -> Unit)(source)

Configures the repositories for this project.

Executes the given configuration block against the RepositoryHandler for this project.

Parameters

configuration

the configuration block.


Configures the repositories for the script dependencies.