vertx / io.vertx.maven / ResolverOptions / setRemoteRepositories

setRemoteRepositories

open fun setRemoteRepositories(remoteRepositories: MutableList<String>): ResolverOptions

Sets the list of remote repositories used by the resolver. The repository must use the Maven 2 repository layout. If you don't want to resolved from remote locations, set it to an empty list. By default it resolves from Maven central and Sonatype OSS Snapshots.

Parameters

remoteRepositories - the list of remote repositories

Return
the current ResolverOptions instance