rustic / com.osm.gradle.plugins.types.interfaces.options.config / IRegistry

IRegistry

interface IRegistry

Properties

default

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

abstract val default: String?

index

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

abstract val index: String?

Inheritors

Registry

open class Registry : RusticConfigurableBase, IRegistry

Registry

class Registry : CargoPriorityResolveBase<IRegistry>, IRegistry