RepositoryMavenConfig

data class RepositoryMavenConfig(val allowSnapshotOverwrites: Boolean? = null, val versionPolicy: String? = null)

Constructors

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

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
val versionPolicy: String? = null

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