From 67da5635a47ad7680b3c60358a1fec080eef7d1e Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 10 Feb 2017 15:58:26 +0900 Subject: [PATCH] Update minimum JDK version in README Change-Id: I655d896b268e946e3492661b08add0ebac22c6f0 Signed-off-by: David Pursehouse --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aca10f54..54133e1d3 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Warnings/Caveats - Only the timestamp of the index is used by jgit if the index is dirty. -- JGit requires at least a Java 7 JDK. +- JGit requires at least a Java 8 JDK. - CRLF conversion is performed depending on the core.autocrlf setting, however Git for Windows by default stores that setting during