diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-02-10 15:58:26 +0900 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-06 23:26:54 +0100 |
commit | d15fc9cb7c6a6ed6060c8300e96f9bc7b3d9a415 (patch) | |
tree | 056d74a821738df43518da498be7fccf2a882d1f | |
parent | 18cda3888c455e48de38088ee51803096a48ae28 (diff) | |
download | jgit-d15fc9cb7c6a6ed6060c8300e96f9bc7b3d9a415.tar.gz jgit-d15fc9cb7c6a6ed6060c8300e96f9bc7b3d9a415.zip |
Update minimum JDK version in README
Change-Id: I655d896b268e946e3492661b08add0ebac22c6f0
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
(cherry picked from commit 67da5635a47ad7680b3c60358a1fec080eef7d1e)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |