Interface KotlinJavaToolchain.JavaToolchainSetter
-
- All Implemented Interfaces:
public interface KotlinJavaToolchain.JavaToolchainSetter
Provides methods to configure the task using the Gradle JVM toolchain.
-
-
Method Summary
Modifier and Type Method Description abstract Unit
use(Provider<JavaLauncher> javaLauncher)
Configures the JVM toolchain for a task using the JavaLauncher obtained from org.gradle.jvm.toolchain.JavaToolchainService via the org.gradle.api.plugins.JavaPluginExtension extension. -
-
Method Detail
-
use
abstract Unit use(Provider<JavaLauncher> javaLauncher)
Configures the JVM toolchain for a task using the JavaLauncher obtained from org.gradle.jvm.toolchain.JavaToolchainService via the org.gradle.api.plugins.JavaPluginExtension extension.
-
-
-
-