api / org.gradle.api / Project / repositories

repositories

abstract fun repositories(configureClosure: Closure<Any>): Unit

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.