rustic / com.osm.gradle.plugins.types.config.options.config / Registry

Registry

open class Registry : RusticConfigurableBase, IRegistry

Constructors

<init>

Registry()

Properties

default

Name of the default registry to use (can be overridden with --registry)

open var default: String?

index

URL of the registry index (defaults to the index of crates.io)

open var index: String?

Functions

default

open fun default(value: String?): Unit

index

open fun index(value: String?): Unit