mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Update ReadMe.md
This commit is contained in:
@@ -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
|
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`).
|
(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
|
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.
|
case, build will have Gradle remote build cache misses for some tasks.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user