PackageSettings

class Object
trait Matchable
class Any

Value members

Concrete methods

When generic_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect.

When generic_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect.

def genericDuplicatesAllowed: SelectionBuilder[PackageSettings, Boolean]

Indicates whether duplicate generic packages are allowed for this namespace.

Indicates whether duplicate generic packages are allowed for this namespace.

When maven_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect.

When maven_duplicates_allowed is false, you can publish duplicate packages with names that match this regex. Otherwise, this setting has no effect.

def mavenDuplicatesAllowed: SelectionBuilder[PackageSettings, Boolean]

Indicates whether duplicate Maven packages are allowed for this namespace.

Indicates whether duplicate Maven packages are allowed for this namespace.