rustic / com.osm.gradle.plugins.types.variants.options / DefaultOptions

DefaultOptions

class DefaultOptions : Base<IDefaultOptions>, IDefaultOptions

Constructors

<init>

DefaultOptions(variant: BuildVariant, args: List<IDefaultOptions?>)

Properties

all

val all: Boolean?

allFeatures

val allFeatures: Boolean?

allTargets

val allTargets: Boolean?

bench

val bench: Iterable<String?>?

benches

val benches: Boolean?

bin

val bin: Iterable<String?>?

bins

val bins: Boolean?

buildPlan

val buildPlan: Boolean?

doc

val doc: Boolean?

example

val example: Iterable<String?>?

examples

val examples: Boolean?

exclude

val exclude: Iterable<String?>?

features

val features: Iterable<String?>?

jobs

val jobs: Int?

lib

val lib: Boolean?

messageFormat

val messageFormat: String?

noDefaultFeatures

val noDefaultFeatures: Boolean?

noFailFast

val noFailFast: Boolean?

noRun

val noRun: Boolean?

outDir

val outDir: String?

profile

val profile: String?

release

val release: Boolean?

test

val test: Iterable<String?>?

tests

val tests: Boolean?

workspace

val workspace: Boolean?