From 08f255d7469c1f5fa770965b0aadaea09573e2fb Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 22 May 2013 09:55:18 +0200 Subject: [PATCH] Mention JDK 8 in IDE import instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 037b3fbda3..0f2a65fed5 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ a cross-platform, self-contained bootstrap mechanism for the build. ### import sources into your IDE Run `./import-into-eclipse.sh` or read `import-into-idea.md` as appropriate. +> **Note:** Per the prerequisites above, ensure that you have JDK 8 configured properly in your IDE. ### install all spring-\* jars into your local Maven cache `./gradlew install`