From f0f76e493dd58f4f51a05619402aa4ec5de8dc15 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 14 Nov 2012 13:18:59 +0100 Subject: [PATCH] Update README to reflect JDK 1.7 build prereq --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1263578a48..b89f014b67 100644 --- a/README.md +++ b/README.md @@ -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`