repositories
abstract fun repositories(@DelegatesTo(value = RepositoryHandler::class, strategy = Closure.DELEGATE_FIRST ) configureClosure: Closure)
Configures the repositories for the script dependencies. Executes the given closure against the for this handler. The RepositoryHandler is passed to the closure as the closure's delegate.
Parameters
configure Closure
the closure to use to configure the repositories.
Configures the repositories for the script dependencies. Executes the given action against the for this handler.
Since
9.4.0
Parameters
action
the action to use to configure the repositories.