repositories

@Nullable
open fun repositories(@Nullable @DelegatesTo(value = RepositoryHandler::class) configureClosure: Closure): RepositoryHandler(source)
@Nullable
open fun repositories(configureAction: Action<in RepositoryHandler>): RepositoryHandler(source)

Deprecated

Do not use this method, it will always return null.

Deprecated

This class is scheduled for removal in a future version, this method should not be used.