From c9581176d7b44d0e9f93ac1f795b3b5dd51d5c4c Mon Sep 17 00:00:00 2001 From: Alexander Podkhalyuzin Date: Tue, 26 Mar 2019 15:17:21 +0300 Subject: [PATCH] git longpaths info for Windows users --- ReadMe.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 953dd636e88..897042789ca 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -41,7 +41,11 @@ For local development, if you're not working on bytecode generation or the stand 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. -> Note: The JDK 6 for MacOS is not available on Oracle's site. You can [download it here](https://support.apple.com/kb/DL1572). +> Note: The JDK 6 for MacOS is not available on Oracle's site. You can [download it here](https://support.apple.com/kb/DL1572). + +On Windows you might need to add long paths setting to the repo: + + git config core.longpaths true ## Building