Remove 'jdkHome' option from Gradle options

Toolchain feature is replaced it.

^KT-46541 Fixed
This commit is contained in:
Yahor Berdnikau
2022-02-16 17:23:12 +01:00
committed by Space
parent 3cc3bf2a6b
commit cb474f9b43
8 changed files with 0 additions and 129 deletions
@@ -11,13 +11,6 @@ interface KotlinJvmOptions : org.jetbrains.kotlin.gradle.dsl.KotlinCommonOption
*/
var javaParameters: kotlin.Boolean
/**
* Include a custom JDK from the specified location into the classpath instead of the default JAVA_HOME
* Default value: null
*/
@Deprecated(message = "This option is not working well with Gradle caching and will be removed in the future.", level = DeprecationLevel.WARNING)
var jdkHome: kotlin.String?
/**
* Target version of the generated JVM bytecode (1.6 (DEPRECATED), 1.8, 9, 10, ..., 18), default is 1.8
* Possible values: "1.6", "1.8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18"