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
@@ -30,12 +30,6 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
@Argument(value = "-include-runtime", description = "Include Kotlin runtime into the resulting JAR")
var includeRuntime: Boolean by FreezableVar(false)
@GradleDeprecatedOption(
message = "This option is not working well with Gradle caching and will be removed in the future.",
removeAfter = "1.7",
level = DeprecationLevel.WARNING
)
@GradleOption(DefaultValues.StringNullDefault::class)
@Argument(
value = "-jdk-home",
valueDescription = "<path>",