vertx / io.vertx.maven / ResolverOptions / setLocalRepository

setLocalRepository

open fun setLocalRepository(localRepository: String): ResolverOptions

Sets the path to the local Maven repository. By default it's ~/.m2/repository.

Parameters

localRepository - the local repository

Return
the current ResolverOptions instance