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

Registry

class Registry : CargoPriorityResolveBase<IRegistry>, IRegistry

Constructors

<init>

Registry(args: List<IRegistry?>)

Properties

default

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

val default: String?

environmentPrefix

val environmentPrefix: String

environmentPropertyMapper

val environmentPropertyMapper: Map<String, () -> Any?>

index

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

val index: String?