Mention JDK 8 in IDE import instructions

This commit is contained in:
Chris Beams 2013-05-22 09:55:18 +02:00
parent d97f6cf5b8
commit 08f255d746
1 changed files with 1 additions and 0 deletions

View File

@ -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`