NativeExecutableBinary

API Documentation:NativeExecutableBinary

Note: This class is incubating and may change in a future version of Gradle.

A binary artifact for a NativeExecutable, targeted at a particular platform with specific configuration.

Properties

PropertyDescription
buildType
Incubating

The BuildType used to construct this binary.

flavor
Incubating

The flavor that this binary was built with.

targetPlatform
Incubating

The Platform that this binary is targeted to run on.

Methods

No methods

Script blocks

No script blocks

Property details

BuildType buildType (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The BuildType used to construct this binary.

Flavor flavor (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The flavor that this binary was built with.

Platform targetPlatform (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The Platform that this binary is targeted to run on.