vertx / io.vertx.maven / ResolverOptions / setRemoteSnapshotPolicy

setRemoteSnapshotPolicy

open fun setRemoteSnapshotPolicy(remoteSnapshotPolicy: String): ResolverOptions

Sets the remote snapshot policy (`daily` by default). Accepted values are daily, never, always and interval:X where X is the number of minutes between two resolutions.

Parameters

remoteSnapshotPolicy - the desired policy

Return
the current ResolverOptions instance