GetRepositoryMavenConfig

data class GetRepositoryMavenConfig(val allowSnapshotOverwrites: Boolean, val versionPolicy: String)

Constructors

Link copied to clipboard
constructor(allowSnapshotOverwrites: Boolean, versionPolicy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The repository with this flag will allow publishing the same snapshot versions.

Link copied to clipboard

Version policy defines the versions that the registry will accept. Default value: "VERSION_POLICY_UNSPECIFIED" Possible values: "VERSION_POLICY_UNSPECIFIED", "RELEASE", "SNAPSHOT"