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

Net

class Net : CargoPriorityResolveBase<INet>, INet

Constructors

<init>

Net(args: List<INet?>)

Properties

environmentPrefix

val environmentPrefix: String

environmentPropertyMapper

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

gitFetchWithCli

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

val gitFetchWithCli: Boolean?

offline

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

val offline: Boolean?

retry

number of times a network call will automatically retried

val retry: Int?