From 60458214a559306869c773e09a903e99c3f0d23a Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Thu, 22 Jul 2021 06:58:14 +0200 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 42ff94fea70..2424487efb0 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -56,7 +56,7 @@ Alternatively, it is still possible to only provide required JDKs via environmen from environmental variables - disable Gradle toolchain auto-detection by passing `-Porg.gradle.java.installations.auto-detect=false` option (or put it into `$GRADLE_USER_HOME/gradle.properties`). -For local development, if you're not working on bytecode generation or the standard library, it's OK to avoid installing JDK 1.6 and JDK 1.7. +For local development, if you're not working on the standard library, it's OK to avoid installing JDK 1.6 and JDK 1.7. Add `kotlin.build.isObsoleteJdkOverrideEnabled=true` to the `local.properties` file, so build will only use JDK 1.8+. Note, that in this case, build will have Gradle remote build cache misses for some tasks.