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

INet

interface INet

Properties

gitFetchWithCli

if true we'll use git-the-CLI to fetch git repos

abstract val gitFetchWithCli: Boolean?

offline

do not access the network, but otherwise try to proceed if possible

abstract val offline: Boolean?

retry

number of times a network call will automatically retried

abstract val retry: Int?

Inheritors

Net

open class Net : RusticConfigurableBase, INet

Net

class Net : CargoPriorityResolveBase<INet>, INet