Update README to reflect JDK 1.7 build prereq

This commit is contained in:
Chris Beams 2012-11-14 13:18:59 +01:00
parent 084486a6b6
commit f0f76e493d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ simple step-by-step instructions.
The Spring Framework uses a [Gradle][]-based build system. In the instructions
below, [`./gradlew`][] is invoked from the root of the source tree and serves as
a cross-platform, self-contained bootstrap mechanism for the build. The only
prerequisites are [Git][] and JDK 1.6+.
prerequisites are [Git][] and JDK 1.7+.
### check out sources
`git clone git://github.com/SpringSource/spring-framework.git`