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.
remoteRepositories - the list of remote repositories
Return
the current ResolverOptions instance