From 0a215cafa7427cb38cde2915eeb00ce8188ded4f Mon Sep 17 00:00:00 2001 From: Victor Turansky Date: Sun, 29 Mar 2020 16:42:19 +0300 Subject: [PATCH] README Update 'Gradle properties' link --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 3cb5ef4c1a8..e10e44dca3a 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -39,7 +39,7 @@ In order to build Kotlin distribution you need to have: For local development, if you're not working on bytecode generation or the standard library, it's OK to have only JDK 1.8 and JDK 9 installed, and to point JDK_16 and JDK_17 environment variables to your JDK 1.8 installation. -You also can use [Gradle properties](https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_properties_and_system_properties) to setup JDK_* variables. +You also can use [Gradle properties](https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties) to setup JDK_* variables. > Note: The JDK 6 for MacOS is not available on Oracle's site. You can [download it here](https://support.apple.com/kb/DL1572).