ToolChainRegistry

API Documentation:ToolChainRegistry

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

A container for ToolChains.

Properties

PropertyDescription
availableToolChains
Incubating

Returns all registered ToolChains that are available.

defaultToolChain
Incubating

The first registered ToolChain that is available.

Property details

List<? extends ToolChain> availableToolChains (read-only)

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

Returns all registered ToolChains that are available.

ToolChain defaultToolChain (read-only)

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

The first registered ToolChain that is available.

Script blocks

No script blocks

Methods

No methods