Remove 'jdkHome' option from Gradle options
Toolchain feature is replaced it. ^KT-46541 Fixed
This commit is contained in:
-7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user