repositories

abstract fun repositories(configureClosure: Closure)(source)

Configures the repositories for this project.

This method executes the given closure against the RepositoryHandler for this project. The is passed to the closure as the closure's delegate.

Parameters

configureClosure

the closure to use to configure the repositories.