JackOptions

Note: This class is deprecated and will be removed in a future version of the plugin.

The Jack toolchain is deprecated.

If you want to use Java 8 language features, use the improved support included in the default toolchain. To learn more, read Use Java 8 language features.

Properties

PropertyDescription
additionalParameters

Additional parameters to be passed to Jack.

enabled

Whether to use Jack for compilation. By default, this value is false.

jackInProcess

Whether to run Jack the same JVM as Gradle. By default, this value is true.

pluginNames

Jack plugins that will be added to the Jack pipeline.

Methods

No methods

Script blocks

No script blocks

Property details

Map<String, String> additionalParameters

Additional parameters to be passed to Jack.

The Jack toolchain is deprecated.

If you want to use Java 8 language features, use the improved support included in the default toolchain. To learn more, read Use Java 8 language features.

Boolean enabled

Whether to use Jack for compilation. By default, this value is false.

The Jack toolchain is deprecated.

If you want to use Java 8 language features, use the improved support included in the default toolchain. To learn more, read Use Java 8 language features.

Boolean jackInProcess

Whether to run Jack the same JVM as Gradle. By default, this value is true.

The Jack toolchain is deprecated.

If you want to use Java 8 language features, use the improved support included in the default toolchain. To learn more, read Use Java 8 language features.

List<String> pluginNames

Jack plugins that will be added to the Jack pipeline.

The Jack toolchain is deprecated.

If you want to use Java 8 language features, use the improved support included in the default toolchain. To learn more, read Use Java 8 language features.